Hi guys, I have the following tables set up:
locations
id
name
items
id
name
location_items
id
location_id
item_id
These have models as such:
Item Model - http://scrp.at/bbC
Location Model -http://scrp.at/bbB
LocationItem Model - http://scrp.at/bbA
When trying to delete a LocationItem record:
I get an error saying the Primary key cannot be changed and don't understand why.
I'm not trying to change any primary keys, just delete the Relationship.
Any help would be much appreciated.