2016-03-29 12:02:06 +02:00

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()