fix bug
This commit is contained in:
parent
96bc72796b
commit
d05ff71755
1 changed files with 3 additions and 4 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"length": 200,
|
"length": 200,
|
||||||
"comment": "简称",
|
"comment": "简称",
|
||||||
|
"nullable": true,
|
||||||
"index": true
|
"index": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -67,8 +68,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "fields",
|
"name": "fields",
|
||||||
"type": "string",
|
"type": "json",
|
||||||
"length": 500,
|
|
||||||
"comment": "JSON|服务领域(多选)",
|
"comment": "JSON|服务领域(多选)",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"index": true
|
"index": true
|
||||||
|
|
@ -83,8 +83,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "industries",
|
"name": "industries",
|
||||||
"type": "string",
|
"type": "json",
|
||||||
"length": 500,
|
|
||||||
"comment": "JSON|行业覆盖(多选)",
|
"comment": "JSON|行业覆盖(多选)",
|
||||||
"nullable": true,
|
"nullable": true,
|
||||||
"index": true
|
"index": true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue