This commit is contained in:
张成
2026-04-01 10:58:28 +08:00
parent ce2521cadc
commit 30a909762e
13 changed files with 134 additions and 7 deletions

View File

@@ -29,6 +29,8 @@ module.exports = (db) => {
},
},
{
tableName: "biz_usage_monthly",
freezeTableName: true,
timestamps: false,
underscored: true,
}