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