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) ...
一些您可能无法访问的结果已被隐去。
显示无法访问的结果