Commit 5689013f by Sxy

fix: 记录操作人 json

parent 88cd8ea8
...@@ -12,7 +12,7 @@ module.exports = (db, DataTypes) => { ...@@ -12,7 +12,7 @@ module.exports = (db, DataTypes) => {
}, },
operator: { // 操作人 operator: { // 操作人
allowNull: true, allowNull: true,
type: DataTypes.STRING type: DataTypes.JSON
}, },
operation_type: { // 操作类型 operation_type: { // 操作类型
allowNull: true, allowNull: 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