Fix jwt-token
This commit is contained in:
@@ -101,6 +101,10 @@ module.exports = (sequelize) => {
|
||||
}
|
||||
}, {
|
||||
tableName: 'management_users',
|
||||
underscored: true, // Add this line
|
||||
timestamps: true, // Add this line
|
||||
createdAt: 'created_at', // Add this line
|
||||
updatedAt: 'updated_at', // Add this line
|
||||
indexes: [
|
||||
{
|
||||
unique: true,
|
||||
|
||||
Reference in New Issue
Block a user