Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
staudenmeir committed Dec 5, 2018
1 parent 0307aa9 commit 7d6027e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ It also provides [many-to-many](#many-to-many-relationships) relationships with

## Usage

- [One-To-Many Relationships](#one-to-many-relationships)
- [Many-To-Many Relationships](#many-to-many-relationships)
- [Referential Integrity](#referential-integrity)
- [Referential Integrity](#referential-integrity)

### One-To-Many Relationships

In this example, `User` has a `BelongsTo` relationship with `Locale`. There is no dedicated column, but the foreign key (`locale_id`) is stored as a property in a JSON field (`users.options`):

Expand Down

0 comments on commit 7d6027e

Please sign in to comment.