1
This commit is contained in:
@@ -4,11 +4,7 @@ module.exports = (db) => {
|
||||
const biz_usage_monthly = db.define(
|
||||
"biz_usage_monthly",
|
||||
{
|
||||
id: {
|
||||
type: Sequelize.BIGINT.UNSIGNED,
|
||||
primaryKey: true,
|
||||
autoIncrement: true,
|
||||
},
|
||||
|
||||
user_id: {
|
||||
type: Sequelize.BIGINT.UNSIGNED,
|
||||
allowNull: false,
|
||||
|
||||
Reference in New Issue
Block a user