diff --git a/1753668517_add_orders_share_option.up.sql b/1753668517_add_orders_share_option.up.sql new file mode 100644 index 0000000..eb8c412 --- /dev/null +++ b/1753668517_add_orders_share_option.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_orders` +ADD COLUMN `share_option` varchar(191) default NULL comment "期权" after `referrer` \ No newline at end of file