不要怂,就是干,撸起袖子干!

Commit 2f8930f8 by Miguel Ruiz Committed by Sushant

Missing comma (#7117)

1 parent 98a2ca96
Showing with 1 additions and 1 deletions
......@@ -521,7 +521,7 @@ var Foo = sequelize.define('foo', { /* bla */ }, {
createdAt: false,
// I want updatedAt to actually be called updateTimestamp
updatedAt: 'updateTimestamp'
updatedAt: 'updateTimestamp',
// And deletedAt to be called destroyTime (remember to enable paranoid for this to work)
deletedAt: 'destroyTime',
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!