31.05.2014, 17:41
You probably already have the table `BarziniFamilyCars` and probably you already have at least a row there that has the value of the column `ID` 1. Delete the whole table or edit the `ID` values.
You set the column `ID` as PRIMARY. So each row from the table must have a different value on that column.
You set the column `ID` as PRIMARY. So each row from the table must have a different value on that column.