1
zhang
2026-02-03 38ce5bc7cd58a218f89d8f9ca6aacd7e14d6d93e
version/db/new.sql
@@ -12,3 +12,20 @@
CREATE INDEX idx_agv_state_wait
    ON man_travel (agv_id, state, roller_waiting, deleted);
alter table man_sta
    add height decimal(24, 9) null comment '作业高度' after offset;
alter table man_sta
    add depth decimal(24, 9) null comment '作业深度' after height;
alter table man_sta
    add inbound_wait int null comment '连续入库等待' after angle;
alter table man_sta
    add outbound_wait int null comment '连续出库等待' after inbound_wait;