Is it possible to use DB::raw in Laravel 8 upserts updateable fields? #35377
Unanswered
intergalactisch
asked this question in
Q&A
Replies: 1 comment
-
Yes, it's possible. Anything that's possible in that package is possible in Laravel. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I want to be able to increase a counter when a Category already exists in an import, e.g. so I can count how many products are in it. Something in the form of:
Is this possible? It was in https://github.com/staudenmeir/laravel-upsert, whatever that means :D
Beta Was this translation helpful? Give feedback.
All reactions