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",
|
||||
"length": 200,
|
||||
"comment": "简称",
|
||||
"nullable": true,
|
||||
"index": true
|
||||
},
|
||||
{
|
||||
|
|
@ -67,8 +68,7 @@
|
|||
},
|
||||
{
|
||||
"name": "fields",
|
||||
"type": "string",
|
||||
"length": 500,
|
||||
"type": "json",
|
||||
"comment": "JSON|服务领域(多选)",
|
||||
"nullable": true,
|
||||
"index": true
|
||||
|
|
@ -83,8 +83,7 @@
|
|||
},
|
||||
{
|
||||
"name": "industries",
|
||||
"type": "string",
|
||||
"length": 500,
|
||||
"type": "json",
|
||||
"comment": "JSON|行业覆盖(多选)",
|
||||
"nullable": true,
|
||||
"index": true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue