Multiple Ways to Define Foreign Keys¶
Foreign keys can be defined in 2 ways:
Using the
__foreign_keys__special section (recommended):Using the field definition with
references:
Foreign keys can be defined in 2 ways:
Using the __foreign_keys__ special section (recommended):
Using the field definition with references: