Closed shaneparsons closed 5 years ago
Is there a way to have the id column of the table be auto incremented rather than having to map to an id column in the csv?
id
Nevermind, it seems like it already works by default.
Skip the id column in your csv and set auto incremented in your table is a better way.
Yeah, that's what I ended up doing. Cheers!
Is there a way to have the
id
column of the table be auto incremented rather than having to map to anid
column in the csv?