1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
const Sequelize = require("sequelize");
|
||||
|
||||
module.exports = (db) => {
|
||||
return db.define(
|
||||
const biz_plan = db.define(
|
||||
"biz_plan",
|
||||
{
|
||||
id: {
|
||||
@@ -53,4 +53,6 @@ module.exports = (db) => {
|
||||
comment: "套餐",
|
||||
}
|
||||
);
|
||||
// biz_plan.sync({ alter: true });
|
||||
return biz_plan;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user