created_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, updated_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, created_at DATETIME NOT ...
constraint fk_employee_works_on foreign key (Essn) references employee(Ssn), constraint fk_project_works_on foreign key (Pno) references project(Pnumber) ...