5 lines
128 B
Plaintext
Raw Normal View History

2016-03-18 11:12:50 +01:00
// Adds a "created_at" and "updated_at" columns on the database,
// setting these each to "dateTime" types.
table.timestamps()