Commit 19871fb6 by Sxy

feat: order_type

parent e67f5176
...@@ -21,6 +21,10 @@ module.exports = (db, DataTypes) => { ...@@ -21,6 +21,10 @@ module.exports = (db, DataTypes) => {
operation_details: { // 操作详细记录 operation_details: { // 操作详细记录
allowNull: true, allowNull: true,
type: DataTypes.JSON type: DataTypes.JSON
},
order_type: { // 操作的 那个 表的 ( BIZ | DELIVERY )
allowNull: true,
type: DataTypes.STRING
} }
}, { }, {
paranoid: false,//假的删除 paranoid: 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