docs/guide/db-migrations.md readability improved [skip ci]

This commit is contained in:
Nobuo Kihara
2017-01-07 10:43:27 +09:00
parent 30cb2454ea
commit 11f8078ec4

View File

@ -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>