migrate/1729564852_change_table_guide.up.sql

2 lines
154 B
MySQL
Raw Normal View History

2024-10-22 10:41:46 +08:00
ALTER TABLE `ufutx_guides`
MODIFY COLUMN `send_status` tinyint(0) NOT NULL DEFAULT 0 COMMENT '餐单发送状态 0:未发送 1:已发送' AFTER `status`;