Files
ppanel-web/migrations/mysql/02109_node_sort.sql
T
Ember Moth d2253bb8fa fix bugs
2026-07-05 22:22:13 +08:00

4 lines
110 B
SQL

ALTER TABLE `nodes`
ADD COLUMN `sort` INT UNSIGNED NOT NULL DEFAULT 0
COMMENT 'Sort' AFTER `enabled`;