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