Commit eb4e6d5d by chenjinjing

no message

parent 1db08fdc
...@@ -64,10 +64,10 @@ export const TablesConfig = [ ...@@ -64,10 +64,10 @@ export const TablesConfig = [
/**小程序登录 */ /**小程序登录 */
loginId: {type:Sequelize.STRING(11),allowNull:false}, //登录账号 默认手机号 loginId: {type:Sequelize.STRING(11),allowNull:false}, //登录账号 默认手机号
pwd:{type:Sequelize.STRING(100), allowNull:false}, //密码 默认手机号后6位 pwd:{type:Sequelize.STRING(100), allowNull:false}, //密码 默认手机号后6位
token:{type:Sequelize.STRING(100), allowNull:false}, token:{type:Sequelize.STRING(100), allowNull:true},
tokenMs:{ type:Sequelize.DATE, allowNull:false }, tokenMs:{ type:Sequelize.DATE, allowNull:true },
adminToken:{type:Sequelize.STRING(100), allowNull:false}, adminToken:{type:Sequelize.STRING(100), allowNull:true},
adminTokenMs:{ type:Sequelize.DATE, allowNull:false, defaultValue:Sequelize.NOW }, adminTokenMs:{ type:Sequelize.DATE, allowNull:true },
}, },
association: [ association: [
{type: "hasOne", check: "branch"}, {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