-
###Mongoose Schemas
**Create three different Storage Schemas**
1. Boat and Trailer
2. Sails and Covers
- Items
- Where stored currently
3. Spars
- Items
- Where stored currently
-
Current Proposal
https://gitlab.com/tffhrtp/image-archive/archive-website/tffhrtp-archives/-/wikis/home/table_schema_proposal
-
Hi,
Can you please share the database schema as It's not automatically generated.
Thank you,
Asad
-
-
Like in DataGrip, I can choose which databases are visible in the current connection
![Image](https://github.com/user-attachments/assets/1dc05e9d-7917-4a5f-9702-fc29b25ed7da)
-
Run Prisma migrations to create tables in the PostgreSQL database.
-
As a developer, I need to design the database schema to store users, roles, appointments, and time slots.
-
## Tasks
- [ ] Analyze the database design information from #5
- [ ] Generate ER diagrams for the schemas, showing any relationship between the tables
-
Run Prisma migrations to create tables in the PostgreSQL database.
-
As a developer, I need to design the database schema to store users, roles, appointments, and time slots.