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