laravelBatch icon indicating copy to clipboard operation
laravelBatch copied to clipboard

How to get inserted IDs

Open anchetaWern opened this issue 5 years ago • 0 comments
trafficstars

hello. Thanks for this library! I need a way to verify if the rows I inserted really got inserted. Currently, it only returns the following:

{
totalRows: 2,
totalBatch: 100,
totalQuery: 1
}

Is there a way to return the inserted IDs?

anchetaWern avatar Nov 12 '20 02:11 anchetaWern