migrate/1753691884_table_service_role_orders_add_share_option.up.sql

2 lines
124 B
MySQL
Raw Normal View History

2025-07-28 16:39:37 +08:00
ALTER TABLE `ufutx_service_role_orders`
ADD COLUMN `share_option` varchar(100) default NULL comment "期权" after `role_id`