ForeignKeyImpl

Automatically generated foreign key attribute for one-to-many and many-to-many relations. Does not need to be assigned onto any variables.

Members

Variables

column
string column;
Undocumented in source.
onDelete
ReferentialAction onDelete;
Undocumented in source.
onUpdate
ReferentialAction onUpdate;
Undocumented in source.
table
string table;
Undocumented in source.

Meta