Commit eb4e6d5d by chenjinjing

no message

parent 1db08fdc
......@@ -64,10 +64,10 @@ 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.DATE, allowNull:false },
adminToken:{type:Sequelize.STRING(100), allowNull:false},
adminTokenMs:{ type:Sequelize.DATE, allowNull:false, defaultValue:Sequelize.NOW },
token:{type:Sequelize.STRING(100), allowNull:true},
tokenMs:{ type:Sequelize.DATE, allowNull:true },
adminToken:{type:Sequelize.STRING(100), allowNull:true},
adminTokenMs:{ type:Sequelize.DATE, allowNull:true },
},
association: [
{type: "hasOne", check: "branch"},
......
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