I have created tables in MySQL Workbench as shown below :
ORDRE table:
CREATE TABLE Ordre ( OrdreID INT NOT NULL, OrdreDato DA
This helped me out after reading @Mr-Faizan's and other answers.
Untick the 'Enable foreign key checks'
in phpMyAdmin and hit the query. I don't know about WorkBench but the other answers might help you out.