Merge branch 'main' of https://gitea.ufutx.net/ufutx/migrate
This commit is contained in:
commit
982e4f4e22
2
1774425656_table_dma_service_behavior_add_genre.up.sql
Normal file
2
1774425656_table_dma_service_behavior_add_genre.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_dma_service_behavior`
|
||||||
|
ADD COLUMN `genre` INTEGER DEFAULT NULL comment "行为类型" after `status`
|
||||||
2
1774431315_table_order_appeal_add_other.up.sql
Normal file
2
1774431315_table_order_appeal_add_other.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_order_appeal`
|
||||||
|
ADD COLUMN `other` JSON DEFAULT NULL comment "其他信息" after `remark`
|
||||||
Loading…
Reference in New Issue
Block a user