laravelBatch
laravelBatch copied to clipboard
How to get inserted IDs
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?