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
Thanks for reporting. Could you show the full code for each model class, as well as the database schema? (Run show create table $TABLENAME in a mysql prompt).
Basically looks like the foreign key field is not added into the SQL statement for a nested table element.
Is there anything obvious I'm missing ?
$order = new Order($x); // Naturally items in array have no ids
table is linked as follows:
there's also belong to on detail:
The text was updated successfully, but these errors were encountered: