You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that MySQL default storage ignores FOREIGN KEY constraints altogether.
To let MySQL applications implement referential integrity themselves, the delete method should support a cascade option that maps the related table's references.
Following up on unframed/SQLAbstract.php#4, JSONModel must generate SQL constraints.
First the PRIMARY KEY constraint.
Then FOREIGN KEY constraints.
The text was updated successfully, but these errors were encountered: