diff options
Diffstat (limited to 'models/participant.js')
| -rw-r--r-- | models/participant.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/models/participant.js b/models/participant.js index c4be804..22381fc 100644 --- a/models/participant.js +++ b/models/participant.js @@ -51,8 +51,7 @@ module.exports = function(sequelize, DataTypes) { }, created_at: { type: DataTypes.TIME, - allowNull: false, - defaultValue: sequelize.literal('CURRENT_TIMESTAMP') + allowNull: false }, actor: { type: DataTypes.STRING(16), |
