Got Problem in Relation Table Column

So, i want to show the author name with this relation, but in the table the name of the author is not show. Need help
Table_schema.png
Model.png
DB.png
Web_Output.png
Solution
if you changed the relationship name to author_model then use author_model.name in your table
Was this page helpful?