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