waczny
I would import the values without id
and without list_id
. That way the DB generates the IDs using the auto_increment sequence to properly generate IDs which avoids running into duplicate IDs, etc. Then you can update the list_id
with the needed List's ID. Once you do that you should be good to go.
Cheers.