Missing Index Report

It is recommended that all foreign keys be indexed.

Given below is the migration code that should be performed to create index.

add_index 'websites', 'user_id'
add_index 'phone_numbers', 'user_id'
add_index 'users', 'society_id'