Error
INSERT INTO `tutorial`.`creatures` (
`id` ,
`name` ,
`hppoints` ,
`attack` ,
`defense`
)
VALUES (
'', 'goblin', '5', '3', '3'
), (
'', 'orc', '10', '6', '6'
)
#1062 - Duplicate entry '0' for key 'PRIMARY'
I follow step by step the tutorial and i get this error again and again and i dont know how to fix it, any ideas? Thx