| | |
| | | # todo idx ==> deleted |
| | | # man_action |
| | | CREATE INDEX idx_agv_action ON man_action(agv_id, action_sts); |
| | | CREATE INDEX idx_group_io_time ON man_action(group_id, io_time); |
| | |
| | | # man_action_type |
| | | CREATE INDEX idx_action_type_uuid ON man_action_type(uuid); |
| | | # man_travel |
| | | CREATE INDEX idx_agv_id_state on man_travel(agv_id, state); |
| | | CREATE INDEX idx_agv_id_state ON man_travel(agv_id, state); |
| | | CREATE INDEX idx_agv_state_wait ON man_travel (agv_id, state, roller_waiting, deleted); |
| | | # man_agv_model |
| | | CREATE INDEX idx_agv_model_type ON man_agv_model(type); |
| | | # man_bus_sts |