diff --git a/code/smart-community/epmet-module/gov-voice/gov-voice-server/src/main/resources/db/migration/V0.0.13__tag_category.sql b/code/smart-community/epmet-module/gov-voice/gov-voice-server/src/main/resources/db/migration/V0.0.13__tag_category.sql index 57713121..281e122b 100644 --- a/code/smart-community/epmet-module/gov-voice/gov-voice-server/src/main/resources/db/migration/V0.0.13__tag_category.sql +++ b/code/smart-community/epmet-module/gov-voice/gov-voice-server/src/main/resources/db/migration/V0.0.13__tag_category.sql @@ -1,2 +1,2 @@ ALTER TABLE `epmet_gov_voice`.`tag_customer` - MODIFY COLUMN `TAG_CATEGORY` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '标签分类(党建声音:VOICE;社区通知:NOTICE;默认DEFAULTD)' AFTER `TAG_NAME`; \ No newline at end of file + ADD SHOWCOLUMN `TAG_CATEGORY` varchar(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL COMMENT '标签分类(党建声音:VOICE;社区通知:NOTICE;默认DEFAULTD)' AFTER `TAG_NAME`; \ No newline at end of file