mirror of
https://github.com/strapi/strapi.git
synced 2025-08-12 18:53:23 +00:00
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
![]() |
|
||
|
// Adds a "created_at" and "updated_at" columns on the database,
|
||
|
// setting these each to "dateTime" types.
|
||
|
table.timestamps()
|