change_ufutx_s2_supplier_notice

This commit is contained in:
tian 2025-04-17 15:26:06 +08:00
parent 0e7c55323e
commit 4db484bf37

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_supplier_notice` ADD `status` TINYINT NOT NULL DEFAULT '1' COMMENT '1=订阅,2=取消订阅' AFTER `mobile_number`;