Been looking at this code for far too long and just can't seem to figure out why it isn't working. <.<
I have four tables: characters, pets, characters_pets and characters_pets_metadata.
Laravel Pivot Table Relationship
I have four tables: characters, pets, characters_pets and characters_pets_metadata.
Code:
characters Table: id name pets Table: id name...