Commit 22e724f9 by chenjinjing

no message

parent b02aa52f
...@@ -184,9 +184,9 @@ export const TablesConfig = [ ...@@ -184,9 +184,9 @@ export const TablesConfig = [
teamName: {type:Sequelize.STRING(50)}, //姓名 teamName: {type:Sequelize.STRING(50)}, //姓名
sex: {type:Sequelize.STRING(1)}, //性别 0:男,1:女 sex: {type:Sequelize.STRING(1)}, //性别 0:男,1:女
birth: {type:Sequelize.DATE}, //出生年月 birth: {type:Sequelize.DATE}, //出生年月
degree: {type:Sequelize.STRING(50)}, //最高学历 degree: {type:Sequelize.INTEGER}, //最高学历【枚举】
graduationSchool: {type:Sequelize.STRING(255)}, //毕业学校 graduationSchool: {type:Sequelize.STRING(255)}, //毕业学校
talentType: {type:Sequelize.STRING(50)}, //人才类型 talentType: {type:Sequelize.INTEGER}, //人才类型【枚举】
des: {type:Sequelize.STRING(255)}, //履历描述 des: {type:Sequelize.STRING(255)}, //履历描述
}, },
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