You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
It is not very convenient to work with the table prefix.
When you do DB::table ('posts') you do not have to specify a prefix when you make this request. But if you do ->leftJoin ('wp_postmeta') you have to specify a table prefix and a field prefix.
I think this will lead to many mistakes. It's easier to specify this prefix in the request.
The text was updated successfully, but these errors were encountered:
Hello.
It is not very convenient to work with the table prefix.
When you do DB::table ('posts') you do not have to specify a prefix when you make this request. But if you do ->leftJoin ('wp_postmeta') you have to specify a table prefix and a field prefix.
I think this will lead to many mistakes. It's easier to specify this prefix in the request.
The text was updated successfully, but these errors were encountered: