I have created tables in MySQL Workbench as shown below :
ORDRE table:
CREATE TABLE Ordre ( OrdreID INT NOT NULL, OrdreDato DA
First allow NULL on the parent table and set the default values to NULL. Next create the foreign key relationship. Afterwards, you can update the values to match accordingly