... | ... | @@ -354,6 +354,7 @@ create table tb_company_base( |
|
|
key idx_has_simple_cancel (has_simple_cancel),
|
|
|
key idx_cancel_notice_update_time (cancel_notice_update_time),
|
|
|
key idx_has_cancel_notice (has_cancel_notice),
|
|
|
key idx_company_search_tags (company_search_tags),
|
|
|
key idx_annual_report_update_time (annual_report_update_time)
|
|
|
)ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='主体基本信息';
|
|
|
```
|
... | ... | |