Notes posted by apsoto
RSS feed
0 thanks
add index directly
You can add an index now directly on the foreign_key :
t.references(:user, index: true)
You can add an index now directly on the foreign_key :
t.references(:user, index: true)