fix bug: The ad table is missing the description field

This commit is contained in:
EUForest 2025-10-14 11:54:32 +08:00
parent f0e2633ef6
commit 15beff410b
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `ads`
ADD COLUMN `description` VARCHAR(255) DEFAULT '' COMMENT 'Description';