3 Star 2 Fork 2

王东磊/会议服务

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
SQL.sql 287 Bytes
一键复制 编辑 原始数据 按行查看 历史
ALTER TABLE `live-test-1`.`reservation_checkin_person`
MODIFY COLUMN `status` int(1) NOT NULL DEFAULT 2 COMMENT '1为正常2为已取消' AFTER `notes`;
MODIFY COLUMN `status` int(1) NOT NULL DEFAULT 0 COMMENT '1为正常2为已取消' AFTER `notes`;
reservation_hotel_order
room_id
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wdl_/conference-services.git
[email protected]:wdl_/conference-services.git
wdl_
conference-services
会议服务
dev2

搜索帮助