I use PostgreSQL with partitioning by one table. Here's my quesrtion. Is there any way to query ONLY master table using Eloquent
I can satisfy my curiosity using DB facade like this
` DB :: select ('SELECT * FROM ONLY master_table')
`
but I want to try to query ONLY master table using Eloquent.
Thanks in advance.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community