1
This commit is contained in:
@@ -42,7 +42,12 @@ module.exports = (db) => {
|
||||
defaultValue: Sequelize.NOW,
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
tableName: "biz_api_call_log",
|
||||
freezeTableName: true,
|
||||
timestamps: false,
|
||||
underscored: true,
|
||||
}
|
||||
);
|
||||
return biz_api_call_log;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user