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