Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 270 Bytes

BelongsTo.md

File metadata and controls

5 lines (4 loc) · 270 Bytes

written as belongs_to

  • Rows of the current model are children of rows in the specified tables.
    • No item can exist in the current model that isn't in the corresponding table.
  • Since they are linked, the current model can retrieve items from the linked tables.