In sqldelight, how can you specify 'current_timest...
# squarelibraries
r
In sqldelight, how can you specify 'current_timestamp' as default value to a column? Can you do this in migration files?
h
It’s just SQL ddl, so yes you can do it during creation or migration.
r
Oh right. T'was telling an error. I just typed wrongly: current_timestamp instead of CURRENT_TIMESTAMP. Thanks