question sort
This commit is contained in:
parent
ba58f855c9
commit
b8d6ac89cf
2
1742972607_table_question_add_sort.up.sql
Normal file
2
1742972607_table_question_add_sort.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `ufutx_question`
|
||||
ADD COLUMN `sort` int default 0 COMMENT "排序 越小越靠前" after `content`
|
Loading…
Reference in New Issue
Block a user