不要怂,就是干,撸起袖子干!

Commit 48da2d5d by Travis Vander Hoop

Restore missing characters in association docs

1 parent e2a9c78e
Showing with 1 additions and 1 deletions
This section describes the various association types in sequelize. When calling a method such as `User.hasOne(Project)`, we say that the `User` model (the model that the function is being invoked on) is the __source__ and the `Project` model (the model being passed as an argument) is the __target__.
## One-To-One associations
One-To-One associations are associations between exactly two models connected by a single gn key.
One-To-One associations are associations between exactly two models connected by a single foreign key.
### BelongsTo
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!