Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 397 Bytes

4. Defining Associations.md

File metadata and controls

13 lines (8 loc) · 397 Bytes

定义关联

译者:飞龙

来源:Defining Associations

关联是一个或多个[模型之间](3. Defining Models.md)的关系。

关联的类型:

  • [hasOne(多对一)](4.1 hasOne.md)
  • [hasMany(多对多)](4.2 hasMany.md)
  • [extendsTo(一对一)](4.3 extendsTo.md)