Commit b95faa3d by chenjinjing

no message

parent 25d94596
...@@ -219,6 +219,7 @@ export const TablesConfig = [ ...@@ -219,6 +219,7 @@ export const TablesConfig = [
fileType: {type:Sequelize.INTEGER, allowNull:true}, //文件类型 fileType: {type:Sequelize.INTEGER, allowNull:true}, //文件类型
uploadTime: {type:Sequelize.DATE, allowNull:true, defaultValue:Sequelize.NOW}, //上传时间 uploadTime: {type:Sequelize.DATE, allowNull:true, defaultValue:Sequelize.NOW}, //上传时间
updateTime: {type:Sequelize.DATE, allowNull:true, defaultValue:Sequelize.NOW}, //更新时间 updateTime: {type:Sequelize.DATE, allowNull:true, defaultValue:Sequelize.NOW}, //更新时间
isDelete: {type:Sequelize.BOOLEAN, allowNull:false, defaultValue:false}, //是否删除
}, },
association: [ association: [
{type: "hasMany", check: "rateLearning",foreignKey:"mlId"}, {type: "hasMany", check: "rateLearning",foreignKey:"mlId"},
......
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