Commit d4829ab9 by chenjinjing

no message

parent 103624bf
......@@ -104,7 +104,7 @@ export const TablesConfig = [
userName: {type:Sequelize.STRING(50), allowNull:false}, //用户名称
phone: {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:true}, //关联企业id
token: {type:Sequelize.STRING(255), allowNull:true}, //token
tokenMs: { type:Sequelize.DATE, allowNull:true},
email: {type:Sequelize.STRING(255), allowNull:true}, //新增邮箱
......
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