rename carousel type

This commit is contained in:
Hankin 2024-12-17 14:42:52 +08:00
parent 38fed27b70
commit 6cb4b69bbd

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_carousel`
CHANGE COLUMN `Type` `type` tinyInt(4) UNSIGNED NOT NULL comment "类型 0:app内部, 1:app外部";