Commit 6f48228e by chenjinjing

no message

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