How to set columns array on raw sql query with builder ? #1871
Unanswered
adishmuhammed
asked this question in
Q&A
Replies: 1 comment
-
You should not need to do any joins in builder. Can you share the relevant relationships for your model And the related field(s) that you want to share please |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please point me the problem with the following code. I can't find any documentation on how to setup columns array on raw sql query with builder. here is what i am getting now :
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'event_registrations.unit' in 'field list'
here is my code
Beta Was this translation helpful? Give feedback.
All reactions