laravelBatch
laravelBatch copied to clipboard
How set NULL?
trafficstars
I have:
[ [ "id" => "40142" "invoice_number" => null ], [ "id" => "40108" "invoice_number" => "555" ] ]
Case with null - don't work. How can i insert null in batch update process?