Advice on best way to store nested data with relationships on PHP and Laravel?
We have a need to store user provided translations, and the current design approached the problem in what I thought was a sufficient structure: id | language_id (FK) | item_id (FK) | translation So, if I have item A with…