3.4.3到3.4.4无增量sql

pull/7445/head^2
zhangdaiscott 2022-11-23 17:03:03 +08:00
parent cf3d746d63
commit b0b517e71e
1 changed files with 0 additions and 6 deletions

View File

@ -1,6 +0,0 @@
ALTER TABLE `onl_cgform_field`
MODIFY COLUMN `field_show_type` varchar(20) CHARACTER SET utf8 COLLATE utf8_general_ci NULL DEFAULT NULL COMMENT '' AFTER `dict_text`;
ALTER TABLE `onl_cgform_field`
ADD COLUMN `db_is_persist` tinyint(1) NULL COMMENT ' 10' AFTER `db_is_null`;
update onl_cgform_field set db_is_persist = 1;