Commit 9b149d2d by 宋毅

tj

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