question sort

This commit is contained in:
Hankin 2025-03-26 15:05:43 +08:00
parent ba58f855c9
commit b8d6ac89cf

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_question`
ADD COLUMN `sort` int default 0 COMMENT "排序 越小越靠前" after `content`