diff --git a/1753691884_table_service_role_orders_add_share_option.up.sql b/1753691884_table_service_role_orders_add_share_option.up.sql new file mode 100644 index 0000000..f3afa31 --- /dev/null +++ b/1753691884_table_service_role_orders_add_share_option.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_service_role_orders` +ADD COLUMN `share_option` varchar(100) default NULL comment "期权" after `role_id` \ No newline at end of file