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