diff --git a/1744874747_change_ufutx_s2_supplier_notice.up.sql b/1744874747_change_ufutx_s2_supplier_notice.up.sql new file mode 100644 index 0000000..3e8b9ef --- /dev/null +++ b/1744874747_change_ufutx_s2_supplier_notice.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_supplier_notice` ADD `status` TINYINT NOT NULL DEFAULT '1' COMMENT '1=订阅,2=取消订阅' AFTER `mobile_number`; \ No newline at end of file