CONSTRAINT fk_employee_works_on FOREIGN KEY (Essn) REFERENCES employee(Ssn), CONSTRAINT fk_project_works_on FOREIGN KEY (Pno) REFERENCES project(Pnumber) ...
Migrate module.json from chain_params to ui_hierarchy format. Converts chain_params array entries into full param objects within ui_hierarchy levels, then removes chain_params.