Commit 90df5b8a by chenjinjing

no message

parent 01650453
......@@ -289,7 +289,7 @@ export const TablesConfig = [
currentScore: {type:Sequelize.INTEGER, allowNull:false, defaultValue:0}, //当前得分
completionProgress: {type:Sequelize.INTEGER, allowNull:false}, //完成进度
weight: {type:Sequelize.INTEGER, allowNull:false}, //权重
dataYear: {type:Sequelize.DATE, allowNull:false}, //数据年份
dataYear: {type:Sequelize.STRING(100), allowNull:false}, //数据年份
},
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