how to flatten returned data from joined tables?
I have a recipes table and instructions table where I store JSON instructions, at the moment I join these tables like this:
But I get the data this way:
How can I flatten my returned data, so that I don't have to call
But I get the data this way:
How can I flatten my returned data, so that I don't have to call
instructions.instructions?