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

Commit f360e609 by Jan Aagaard Meier

[ci skip] 📝 Clarify the meaning of target and source in association docs

1 parent a56a1882
Showing with 2 additions and 0 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 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
One-To-One associations are associations between exactly two models connected by a single foreign key. One-To-One associations are associations between exactly two models connected by a single foreign key.
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!