UNPKG

muddy-water

Version:
9 lines (7 loc) 191 B
module.exports.models = { migrate: 'drop', attributes: { createdAt: { type: 'number', autoCreatedAt: true, }, updatedAt: { type: 'number', autoUpdatedAt: true, } }, };