You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a migration that creates table series_similar. It should have 2 fields: series_id and similar_series_id. Both of them should be non-nullable and have foreign keys to series.id field.