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