Commit 984f896b by Zllgogo

no message

parent 1da4bce6
...@@ -105,8 +105,10 @@ export const TablesConfig = [ ...@@ -105,8 +105,10 @@ export const TablesConfig = [
pwd: {type:Sequelize.STRING(255), allowNull:false}, //密码 pwd: {type:Sequelize.STRING(255), allowNull:false}, //密码
eId: {type:Sequelize.STRING(255), allowNull:false}, //关联企业id eId: {type:Sequelize.STRING(255), allowNull:false}, //关联企业id
token: {type:Sequelize.STRING(255), allowNull:true}, //token token: {type:Sequelize.STRING(255), allowNull:true}, //token
tokenMs:{ type:Sequelize.DATE, allowNull:true}, tokenMs: { type:Sequelize.DATE, allowNull:true},
// email: {type:Sequelize.STRING(255), allowNull:true},//邮箱 email: {type:Sequelize.STRING(255), allowNull:true}, //新增邮箱
code: {type:Sequelize.STRING(255), allowNull:true}, //验证码
codeMs: { type:Sequelize.DATE, allowNull:true}, //验证码时间
}, },
association: [] association: []
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment