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