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

@@ -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;
};