Commit 9b149d2d by 宋毅

tj

parent 9b27748a
......@@ -13,9 +13,9 @@ module.exports = (db, DataTypes) => {
defaultValue: "info",
},
op: DataTypes.STRING,
content: DataTypes.STRING(5000),
resultInfo: DataTypes.TEXT,
content: DataTypes.TEXT('long'),
clientIp: DataTypes.STRING,
resultInfo: DataTypes.TEXT('long'),
agent: {
type: DataTypes.STRING,
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