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