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