1
This commit is contained in:
@@ -18,6 +18,10 @@ module.exports = (db) => {
|
||||
allowNull: false,
|
||||
defaultValue: "",
|
||||
},
|
||||
key: {
|
||||
type: Sequelize.STRING(128),
|
||||
allowNull: true,
|
||||
},
|
||||
token_hash: {
|
||||
type: Sequelize.STRING(64),
|
||||
allowNull: false,
|
||||
@@ -42,6 +46,6 @@ module.exports = (db) => {
|
||||
underscored: true,
|
||||
}
|
||||
);
|
||||
// biz_api_token.sync({ force: true });
|
||||
//biz_api_token.sync({ force: true });
|
||||
return biz_api_token;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user