|
@@ -73,7 +73,7 @@ CREATE TABLE `zh_stage_other` (
|
|
`shistory` text COLLATE utf8_unicode_ci COMMENT '本期记录',
|
|
`shistory` text COLLATE utf8_unicode_ci COMMENT '本期记录',
|
|
`pre_used` tinyint(1) DEFAULT NULL COMMENT '是否往期已用',
|
|
`pre_used` tinyint(1) DEFAULT NULL COMMENT '是否往期已用',
|
|
PRIMARY KEY (`id`)
|
|
PRIMARY KEY (`id`)
|
|
-) ENGINE=InnoDB AUTO_INCREMENT=46 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
|
|
|
|
|
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
|
|
|
|
|
-- ----------------------------
|
|
-- ----------------------------
|
|
-- Table structure for zh_rpt_custom_define
|
|
-- Table structure for zh_rpt_custom_define
|
|
@@ -86,4 +86,4 @@ CREATE TABLE `zh_rpt_custom_define` (
|
|
`rid` int(11) NOT NULL COMMENT '报表id',
|
|
`rid` int(11) NOT NULL COMMENT '报表id',
|
|
`audit_select` text COLLATE utf8_unicode_ci COMMENT '用户定制信息',
|
|
`audit_select` text COLLATE utf8_unicode_ci COMMENT '用户定制信息',
|
|
PRIMARY KEY (`id`)
|
|
PRIMARY KEY (`id`)
|
|
-) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|
|
|
|
|
|
+) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;
|