Commit e76efa58 by chenjinjing

no message

parent 5283b29f
......@@ -264,9 +264,6 @@ export const TablesConfig = [
dataMonth: {type:Sequelize.STRING(100), allowNull:false}, //月
dataDay: {type:Sequelize.STRING(100), allowNull:false}, //日
dataTime: {type:Sequelize.DATE, allowNull:false}, //数据时间
fileName: {type:Sequelize.STRING(500), allowNull:true, defaultValue:'[]'}, //文件名称 ["",""] --多选
fileType: {type:Sequelize.INTEGER, allowNull:true}, //文件类型
uploadTime: {type:Sequelize.DATE, allowNull:true, defaultValue:Sequelize.NOW}, //上传时间
},
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