I always use Laravel "best practice" notation.
Model: Item Table: items PK: id FK: lendings_id (lendings is the name of related table)
Model: Lending Table: lendings PK:id FK:person_id
Model: Person Table: persons PK: id
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community