scanner_type_idx
Index on column 'type' of table 'scanner'.
Speedup of table row lookups based on column 'type' in table 'scanner'.
CREATE INDEX scanner_type_idx ON scanner(TYPE);
Version 2.5
Still in use
= Version 2.5 =
CREATE INDEX scanner_type_idx ON scanner(TYPE);