curriculum icon indicating copy to clipboard operation
curriculum copied to clipboard

Many-To-Many Relationships

Open stebbinsi2 opened this issue 1 year ago • 1 comments

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:

  1. Go to Join Table Migration section
  2. Go to create(unique_index(:post_tags, [:post_id, :tag_id]))
  3. See error: I believe is should be "posts_tags, ...."

image

stebbinsi2 avatar Aug 03 '23 17:08 stebbinsi2

That's correct. Good catch.

BrooklinJazz avatar Aug 03 '23 18:08 BrooklinJazz