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

4 lines
110 B
SQL

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