franklinson
FREEOP
7 months ago
Does railway database view have datetime or date alone can be used and it will save both date and time? Cause I have a django project and anytime I run the migration file it says no migration while there is one model I pushed that havent been migrated yet. So Iam manually creating the table and the columns for it. In the type there is no datetime but there is date so want to ask if date covers for datetime
6 Replies
medim
MODERATOR
7 months ago
Use a dedicated DB Client for that, not the Railway data tab
medim
MODERATOR
7 months ago
Like Beekeeper, DBGate, DBeaver, PGAdmin (for postgres), MySQL workbench…
medim
MODERATOR
7 months ago
In my opinion the Railway data tab should just be used as a last resort and only for simple data visualization