When I create a resource, the field correctly creates the relationships, however when I attempt to edit and update a resource it appears that Nova is trying to set a value on a column rather than sync the attached relationships:
Error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column services in 'field list' (SQL: update notes set has_notes = 0, services = ?, notes.updated_at = 2019-10-22 21:40:12 where id = 557)"
When I
create
a resource, the field correctly creates the relationships, however when I attempt toedit
andupdate
a resource it appears that Nova is trying to set a value on a column rather than sync the attached relationships:Error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column
services
in 'field list' (SQL: updatenotes
sethas_notes
= 0,services
= ?,notes
.updated_at
= 2019-10-22 21:40:12 whereid
= 557)"