Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
K
kb
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2
    • Issues 2
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • granite
  • kb
  • Wiki
    • Data_stream
    • Ic
  • ic_spider_df

ic_spider_df · Changes

Page history
update tb_company_base authored May 13, 2022 by 杨龙斌's avatar 杨龙斌
Hide whitespace changes
Inline Side-by-side
Showing with 26 additions and 14 deletions
+26 -14
  • data_stream/ic/ic_spider_df.md data_stream/ic/ic_spider_df.md +26 -14
  • No files found.
data_stream/ic/ic_spider_df.md
View page @ 918069e7
......@@ -272,41 +272,52 @@ create table tb_company_base(
employee_update_time datetime default null comment '#task: 主要人员更新时间',
change_update_time datetime default null comment '#task: 变更记录更新时间',
branch_update_time datetime default null comment '#task: 分支机构更新时间',
has_allow smallint(6) default '1' comment '#task: 是否有行政许可 0:有 1:没有'
annual_report_update_time datetime default null comment '#task: 分支机构更新时间',
has_allow smallint(6) default '1' comment '#task: 是否有行政许可 0:有 1:没有',
allow_update_time datetime default null comment '#task: 行政许可更新时间',
has_punish smallint(6) default '1' comment '#task: 是否有行政处罚 0:有 1:没有'
has_punish smallint(6) default '1' comment '#task: 是否有行政处罚 0:有 1:没有',
punish_update_time datetime default null comment '#task: 行政处罚更新时间',
has_abnormal smallint(6) default '1' comment '#task: 是否有经营异常 0:有 1:没有'
has_abnormal smallint(6) default '1' comment '#task: 是否有经营异常 0:有 1:没有',
abnormal_update_time datetime default null comment '#task: 经营异常更新时间',
has_illegal smallint(6) default '1' comment '#task: 是否有严重违法 0:有 1:没有'
has_illegal smallint(6) default '1' comment '#task: 是否有严重违法 0:有 1:没有',
illegal_update_time datetime default null comment '#task: 严重违法更新时间',
has_pledge smallint(6) default '1' comment '#task: 是否有股权出质 0:有 1:没有'
has_pledge smallint(6) default '1' comment '#task: 是否有股权出质 0:有 1:没有',
pledge_update_time datetime default null comment '#task: 股权出质更新时间',
has_justice smallint(6) default '1' comment '#task: 是否有司法协助 0:有 1:没有'
has_justice smallint(6) default '1' comment '#task: 是否有司法协助 0:有 1:没有',
justice_update_time datetime default null comment '#task: 司法协助更新时间',
has_chattel smallint(6) default '1' comment '#task: 是否有动产抵押 0:有 1:没有'
has_chattel smallint(6) default '1' comment '#task: 是否有动产抵押 0:有 1:没有',
chattel_update_time datetime default null comment '#task: 动产抵押更新时间',
has_intellectual smallint(6) default '1' comment '#task: 是否有知识产权出质 0:有 1:没有'
has_intellectual smallint(6) default '1' comment '#task: 是否有知识产权出质 0:有 1:没有',
intellectual_update_time datetime default null comment '#task: 知识产权出质更新时间',
has_clear smallint(6) default '1' comment '#task: 是否有清算信息 0:有 1:没有'
has_clear smallint(6) default '1' comment '#task: 是否有清算信息 0:有 1:没有',
clear_update_time datetime default null comment '#task: 清算信息更新时间',
has_check smallint(6) default '1' comment '#task: 是否有抽查检查信息 0:有 1:没有'
has_check smallint(6) default '1' comment '#task: 是否有抽查检查信息 0:有 1:没有',
check_update_time datetime default null comment '#task: 抽查检查更新时间',
has_random_check smallint(6) default '1' comment '#task: 是否有双随机抽查检查 0:有 1:没有'
has_random_check smallint(6) default '1' comment '#task: 是否有双随机抽查检查 0:有 1:没有',
random_check_update_time datetime default null comment '#task: 双随机抽查检查更新时间',
has_qy_partner smallint(6) default '1' comment '#task: 是否有企业自主公示股东 0:有 1:没有'
has_qy_partner smallint(6) default '1' comment '#task: 是否有企业自主公示股东 0:有 1:没有',
qy_partner_update_time datetime default null comment '#task: 企业自主公示股东更新时间',
has_simple_cancel smallint(6) default '1' comment '#task: 是否有简易注销 0:有 1:没有'
has_simple_cancel smallint(6) default '1' comment '#task: 是否有简易注销 0:有 1:没有',
simple_cancel_update_time datetime default null comment '#task: 简易注销更新时间',
has_cancel_notice smallint(6) default '1' comment '#task: 是否有注销备案公告 0:有 1:没有'
has_cancel_notice smallint(6) default '1' comment '#task: 是否有注销备案公告 0:有 1:没有',
cancel_notice_update_time datetime default null comment '#task: 注销备案公告更新时间',
create_time datetime default current_timestamp comment '入库时间',
update_time datetime default current_timestamp on update current_timestamp comment '更新时间',
primary key (id),
unique key idx_digest (company_name_digest),
key idx_province_short (province_short),
key idx_name (n_company_name),
key idx_company_code (company_code),
key idx_credit_no (credit_no),
key idx_n_company_status (n_company_status),
key idx_company_type (company_type),
key idx_company_major_type (company_major_type),
key idx_ent_type (ent_type),
key idx_cancel_date (cancel_date),
key idx_revoke_date (revoke_date),
key idx_stock_status (stock_status),
key idx_city_code (city_code),
key idx_district_code (district_code),
key idx_update_time (update_time)
key idx_find_in_gsxt (find_in_gsxt)
key idx_baseinfo_update_time (baseinfo_update_time)
......@@ -342,6 +353,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_annual_report_update_time (annual_report_update_time)
)ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 ROW_FORMAT=DYNAMIC COMMENT='主体基本信息';
```
......
Clone repository
  • README
  • basic_guidelines
  • basic_guidelines
    • basic_guidelines
    • dev_guide
    • project_build
    • 开发流程
  • best_practice
  • best_practice
    • AlterTable
    • RDS
    • azkaban
    • create_table
    • design
    • elasticsearch
    • elasticsearch
      • ES运维
    • logstash
View All Pages