Skip to content

Conversation

@maithyy
Copy link
Member

@maithyy maithyy commented Nov 28, 2024

Description

Added schemas for case_managers, locations, and units tables.

Issues

Closes #5

Screenshots/Media

Schema SQL:

Screenshot 2024-11-27 at 5 36 12 PM

Queries:

Screenshot 2024-11-27 at 5 37 07 PM

Outputs:

Screenshot 2024-11-27 at 5 37 49 PM

Additional Notes

  • We changed the cm_id type from INT to VARCHAR(256) because it's referencing id in case_managers but the id type is VARCHAR(256). Let us know if it should be INT instead.

Co-authored-by: Nathan Nguyen <Nameless7631@users.noreply.github.com>
@maithyy maithyy linked an issue Nov 28, 2024 that may be closed by this pull request
Copy link
Collaborator

@benson-fm benson-fm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work guys! Thank you for sharing the testing and results

@benson-fm benson-fm merged commit 4516811 into main Dec 5, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make Case Management Tables

4 participants