Commit dff3a35e by chenjinjing

no message

parent 09a0143b
......@@ -28,7 +28,7 @@ export const TablesConfig = {
loginId:{type:Sequelize.STRING(100), allowNull:false}, //登录账号
pwd:{type:Sequelize.STRING(100), allowNull:false}, //密码
token:{type:Sequelize.STRING(100), allowNull:false},
tokenMs:{type:Sequelize.INTEGER, allowNull:false},
tokenMs:{type:Sequelize.DATE, allowNull:false},
firstLoginIsChangePwd:{type:Sequelize.BOOLEAN, allowNull:false, defaultValue:false}, //首次登录是否修改密码
}
},
......@@ -63,7 +63,7 @@ export const TablesConfig = {
loginId: {type:Sequelize.STRING(11),allowNull:false}, //登录账号 默认手机号
pwd:{type:Sequelize.STRING(100), allowNull:false}, //密码 默认手机号后6位
token:{type:Sequelize.STRING(100), allowNull:false},
tokenMs:{ type:Sequelize.INTEGER, allowNull:false },
tokenMs:{ type:Sequelize.DATE, allowNull:false },
firstLoginIsChangePwd:{type:Sequelize.BOOLEAN, allowNull:false, defaultValue:false}, //首次登录是否修改密码
}
},
......
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