|
@@ -240,7 +240,7 @@ ADD COLUMN IF NOT EXISTS `receive_user_ids` text CHARACTER SET utf8 COLLATE utf
|
|
|
|
|
|
|
|
|
ALTER TABLE `t_documentary_step`
|
|
|
-ADD COLUMN IF NOT EXISTS `step_is_system` tinyint(1) NULL DEFAULT 0 AFTER `step_number`
|
|
|
+ADD COLUMN IF NOT EXISTS `step_is_system` tinyint(1) NULL DEFAULT 0 AFTER `step_number`,
|
|
|
ADD COLUMN IF NOT EXISTS `documentary_type` tinyint(1) NULL DEFAULT 1 AFTER `step_is_system`;
|
|
|
|
|
|
ALTER TABLE `t_documentary_statistics`
|