增加默认发送状态
This commit is contained in:
parent
dc1ce29542
commit
91c2888931
2
1729564852_change_table_guide.up.sql
Normal file
2
1729564852_change_table_guide.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_guides`
|
||||||
|
MODIFY COLUMN `send_status` tinyint(0) NOT NULL DEFAULT 0 COMMENT '餐单发送状态 0:未发送 1:已发送' AFTER `status`;
|
Loading…
Reference in New Issue
Block a user