Commit 11339723 authored by mainlove's avatar mainlove

plugin表 增加setting字段

parent 4adafb56
...@@ -221,6 +221,12 @@ ...@@ -221,6 +221,12 @@
"name": "version", "name": "version",
"type": "String", "type": "String",
"length": 10 "length": 10
},
{
"name": "setting",
"type": "String",
"length": 2000,
"nullable": 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