增加默认发送状态

This commit is contained in:
buke 2024-10-22 10:41:46 +08:00
parent dc1ce29542
commit 91c2888931

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_guides`
MODIFY COLUMN `send_status` tinyint(0) NOT NULL DEFAULT 0 COMMENT '餐单发送状态 0:未发送 1:已发送' AFTER `status`;