curriculum
curriculum copied to clipboard
Many-To-Many Relationships
Describe the issue In Join Table Migration, the unique index has a bit of a miss spelling
Reproduction Steps (If Applicable) Steps to reproduce the behavior:
- Go to Join Table Migration section
- Go to create(unique_index(:post_tags, [:post_id, :tag_id]))
- See error: I believe is should be "posts_tags, ...."
That's correct. Good catch.