This commit is contained in:
张成
2026-04-01 10:42:33 +08:00
parent 7199c6b5cf
commit 433077f08a
14 changed files with 10 additions and 76 deletions

View File

@@ -38,7 +38,6 @@ module.exports = (db) => {
tableName: "biz_subscriptions",
timestamps: false,
underscored: true,
comment: "订阅",
}
);
// biz_subscription.sync({ alter: true });