This PR adds prisma schema according to the schema provided in README. No dependencies are added. I have commented part of the code about work_requests in Work model because it seemed like work should have more than 1 request ( as shown in flowchart ), so I made comments to easily make it 1-m relation instead of 1-1
Fixes #5
This change was made to solve issue #5
Requirement/Documentation
None
Type of change
[x] New feature (non-breaking change which adds functionality)
What does this PR do?
This PR adds prisma schema according to the schema provided in README. No dependencies are added. I have commented part of the code about work_requests in Work model because it seemed like work should have more than 1 request ( as shown in flowchart ), so I made comments to easily make it 1-m relation instead of 1-1
Fixes #5
This change was made to solve issue #5
Requirement/Documentation
None
Type of change