... | ... | @@ -233,8 +233,8 @@ create table tb_company_base( |
|
|
n_company_status varchar(15) default null comment '归类后的登记状态',
|
|
|
company_type varchar(50) default null comment '类型',
|
|
|
company_major_type tinyint(4) default null comment '归类后的主体类型',
|
|
|
company_minor_type tinyint(4) default null comment '企业类型编码',
|
|
|
ent_type tinyint(4) default null comment '工商原始归类后的类型',
|
|
|
company_minor_type smallint(4) default null comment '企业类型编码',
|
|
|
ent_type smallint(4) default null comment '工商原始归类后的类型',
|
|
|
composion_form varchar(20) default null comment '组成形式',
|
|
|
authority varchar(255) default null comment '登记机关',
|
|
|
issue_date date default null comment '核准日期',
|
... | ... | |