This commit is contained in:
Ember Moth
2026-07-05 22:35:53 +08:00
parent 4ffdc89421
commit 5de9508963
83 changed files with 33 additions and 1033 deletions
-3
View File
@@ -1,4 +1,3 @@
-- migrate:up
-- 只有当 ads 表中不存在 description 字段时才添加
SET
@col_exists := (
@@ -20,5 +19,3 @@ PREPARE stmt FROM @query;
EXECUTE stmt;
DEALLOCATE PREPARE stmt;
-- migrate:down