1
This commit is contained in:
@@ -4,7 +4,7 @@ module.exports = (db) => {
|
||||
const biz_api_token = db.define(
|
||||
"biz_api_token",
|
||||
{
|
||||
|
||||
|
||||
user_id: {
|
||||
type: Sequelize.BIGINT.UNSIGNED,
|
||||
allowNull: false,
|
||||
@@ -39,6 +39,6 @@ module.exports = (db) => {
|
||||
comment: "API Token",
|
||||
}
|
||||
);
|
||||
// biz_api_token.sync({ alter: true });
|
||||
// biz_api_token.sync({ force: true });
|
||||
return biz_api_token;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user