... | ... | @@ -242,6 +242,7 @@ CREATE TABLE utn_special.`special_foundation` ( |
|
|
`state_people` smallint(6) DEFAULT NULL COMMENT '负责人中国家工作人数',
|
|
|
`province_leading_people` int(6) DEFAULT NULL COMMENT '责任人中担任过省部级工作人员数',
|
|
|
`contact_person` varchar(100) DEFAULT NULL COMMENT '对外联系人',
|
|
|
`contact_person_position` varchar(200) default null comment '对外联系人职位',
|
|
|
`benefit_type` varchar(300) DEFAULT NULL COMMENT '优惠资格类型',
|
|
|
`fund_type` varchar(100) DEFAULT NULL COMMENT '基金会类型',
|
|
|
`use_flag` tinyint(4) DEFAULT '0' COMMENT '使用标记,0有效,10废弃删除',
|
... | ... | |