Commit af5c6f9d authored by 何娜's avatar 何娜

taxh5数据库

parent eddb7e69
Pipeline #6338 passed with stage
in 2 seconds
......@@ -109,6 +109,12 @@ module.exports = app => {
defaultValue: '',
field: 'text3',
},
notice: {
type: DataTypes.STRING(2),
allowNull: true,
defaultValue: '',
field: 'notice',
},
}, {
tableName: 'tax_status',
// timestamps: false,
......
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