Commit fd90c17d by 孙亚楠

d

parent e39a9bcf
...@@ -27,7 +27,6 @@ module.exports = function (db, DataTypes) { ...@@ -27,7 +27,6 @@ module.exports = function (db, DataTypes) {
guest_accpet_file: {type: DataTypes.STRING, field: 'guest_accpet_file', allowNull: true, defaultValue:'', comment:'客户验收文件' } guest_accpet_file: {type: DataTypes.STRING, field: 'guest_accpet_file', allowNull: true, defaultValue:'', comment:'客户验收文件' }
}, },
{ {
timestamps: false,
underscored: true, underscored: true,
paranoid: true, paranoid: true,
version: true, version: true,
......
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