MinsoftK

Update

......@@ -23,15 +23,7 @@ module.exports = function (sequelize, DataTypes) {
}
},
typeQue:{
type:DataTypes.STRING(4),
set: function (val){
this.setDataValue('typeQue',val);
},
get: function () {
return this.getDataValue('typeQue');
}
},
htmlFileName: {
type:DataTypes.STRING,
set: function (val) {
......@@ -51,15 +43,6 @@ module.exports = function (sequelize, DataTypes) {
},
},
tex:{
type:DataTypes.TEXT,
set: function (val) {
this.setDataValue('tex',val);
},
get: function () {
return this.getDataValue('tex');
},
},
creator:{
type:DataTypes.STRING,
set: function (val) {
......