Generating dummy data error

So on the part where we generate data from mockaroo and add it to mysql database, its showing me an error [42S22][1054] Unknown column ‘id’ in 'field list’

per my research it is because we don’t have an ID field on the database but on the tutorial there is no error so not sure what to do, should I add an ID field? should I remove ID on the data I am importing, please help

Hello,

I am having the same error in datagrip in Django series part -1 -Generating dummy data. I downloaded the database from mockaroo as mentioned in the video but while running the MySQL database it’s showing errors.

Although there is no email, phone, membership fields in database its showing errors while running it.

Did you find any way to resolve it?