Scaffold a "deep module" folder with a small public interface. This is optional helper tooling for the ai-codebase-deep-modules skill. It aims to create the *shape* of a module quickly so you can ...
CONSTRAINT fk_employee_works_on FOREIGN KEY (Essn) REFERENCES employee(Ssn), CONSTRAINT fk_project_works_on FOREIGN KEY (Pno) REFERENCES project(Pnumber) ...