From 6cb4b69bbdf2fc083a002667dd51c1aae2cbea25 Mon Sep 17 00:00:00 2001 From: Hankin Date: Tue, 17 Dec 2024 14:42:52 +0800 Subject: [PATCH] rename carousel type --- 1734417149_table_carousel_rename_type.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1734417149_table_carousel_rename_type.up.sql diff --git a/1734417149_table_carousel_rename_type.up.sql b/1734417149_table_carousel_rename_type.up.sql new file mode 100644 index 0000000..5f0378c --- /dev/null +++ b/1734417149_table_carousel_rename_type.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_carousel` +CHANGE COLUMN `Type` `type` tinyInt(4) UNSIGNED NOT NULL comment "类型 0:app内部, 1:app外部"; \ No newline at end of file