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

Commit af92fa40 by Jan Aagaard Meier

[ci skip] 📝 I accidentally a word

1 parent f360e609
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 on) is the __source__ and the `Project` model (the model being passed as an argument) is the __target__. 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
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!