why default created_at migration change to current time on update #4254
Replies: 1 comment
-
Related issue adonisjs/lucid#924 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
every time i save/update my model, the created_at column change to current time. my db is mariadb.
my migration:
table.timestamp('created_at', { useTz: true })
Beta Was this translation helpful? Give feedback.
All reactions