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