xxb/db/upgrade2.4.0.sql
2023-10-23 15:51:36 +08:00

2 lines
78 B
SQL

ALTER TABLE `xxb_category` ADD `deleted` enum('0', '1') NOT NULL DEFAULT '0';