... | @@ -218,7 +218,7 @@ CREATE TABLE `special_enterprise` ( |
... | @@ -218,7 +218,7 @@ CREATE TABLE `special_enterprise` ( |
|
`operation_enddate` varchar(50) DEFAULT NULL COMMENT '有效期截止日期',
|
|
`operation_enddate` varchar(50) DEFAULT NULL COMMENT '有效期截止日期',
|
|
`business_scope` text DEFAULT NULL COMMENT '宗旨和业务范围',
|
|
`business_scope` text DEFAULT NULL COMMENT '宗旨和业务范围',
|
|
`capital_source` varchar(100) DEFAULT NULL COMMENT '经费来源',
|
|
`capital_source` varchar(100) DEFAULT NULL COMMENT '经费来源',
|
|
`use_flag` tinyint(4) DEFAULT NULL COMMENT '使用标记,0有效,10废弃删除',
|
|
`use_flag` tinyint(4) DEFAULT '0' COMMENT '使用标记,0有效,10废弃删除',
|
|
`create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '入库时间',
|
|
`create_time` datetime DEFAULT CURRENT_TIMESTAMP COMMENT '入库时间',
|
|
`update_time` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
|
|
`update_time` datetime DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '更新时间',
|
|
PRIMARY KEY (`id`),
|
|
PRIMARY KEY (`id`),
|
... | | ... | |