... | ... | @@ -322,7 +322,7 @@ create table tb_company_base( |
|
|
key idx_update_time (update_time),
|
|
|
key idx_find_in_gsxt (find_in_gsxt),
|
|
|
key idx_baseinfo_update_time (baseinfo_update_time),
|
|
|
key idx_company_search_tags (company_search_tags),
|
|
|
key idx_company_search_tags (company_search_tags)
|
|
|
)ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='主体基本信息';
|
|
|
```
|
|
|
|
... | ... | |