Goal: Create a database schema that contains the tables User and Presentation, then build Python code to create and use these tables. The design must be extensible so new tables can be added easily later.
Requirements
- Create a database schema that includes tables:
- Make the codebase extensible:
- Adding a new table should be as easy as creating a new model/class and running migrations/creation.
Deliverables
Acceptance Criteria
Goal: Create a database schema that contains the tables
UserandPresentation, then build Python code to create and use these tables. The design must be extensible so new tables can be added easily later.Requirements
UserPresentationDeliverables
Slide) without changing existing tablesAcceptance Criteria