1
This commit is contained in:
@@ -39,7 +39,7 @@ module.exports = (db) => {
|
||||
// 与库表名一致:单数 biz_user(与模型名一致,避免部分环境下 tableName 未生效时落到默认表名 biz_user)
|
||||
tableName: "biz_user",
|
||||
freezeTableName: true,
|
||||
timestamps: true,
|
||||
timestamps: false,
|
||||
underscored: true,
|
||||
comment: "业务用户",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user