Skip to content

Commit

Permalink
docs/guide/db-migrations.md readability improved [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
softark committed Jan 7, 2017
1 parent 30cb245 commit 11f8078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/db-migrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ class m160328_041642_create_junction_table_for_post_and_tag_tables extends Migra
```

Since 2.0.11 foreign key column names for junction tables are fetched from table schema.
In case table isn't defined in schema, isn't set or is composite, default name `id` is used.
In case table isn't defined in schema, or the primary key isn't set or is composite, default name `id` is used.

### Transactional Migrations <span id="transactional-migrations"></span>

Expand Down

0 comments on commit 11f8078

Please sign in to comment.