#Postgres Database for Railway

8 messages · Page 1 of 1 (latest)

dull compass
#

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

deft lightBOT
#

Project ID: N/A

dull compass
#

N/A

dull compass
#

Any help here?

neat mortar
#

Use a dedicated DB Client for that, not the Railway data tab

#

Like Beekeeper, DBGate, DBeaver, PGAdmin (for postgres), MySQL workbench...

#

In my opinion the Railway data tab should just be used as a last resort and only for simple data visualization

dull compass
#

Alright thanks for the headsup