mirror of
https://github.com/strapi/strapi.git
synced 2025-08-10 01:38:10 +00:00
5 lines
128 B
Plaintext
Executable File
5 lines
128 B
Plaintext
Executable File
|
|
// Adds a "created_at" and "updated_at" columns on the database,
|
|
// setting these each to "dateTime" types.
|
|
table.timestamps()
|