Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Created clients.sql #18

Merged
merged 2 commits into from
Dec 5, 2024
Merged

Created clients.sql #18

merged 2 commits into from
Dec 5, 2024

Conversation

nathanchess
Copy link

Description

Created clients.sql that mostly aligns with the schema on Figma Database Model.

Screenshots/Media

image

Issues

Changed created_by row to be VARCHAR(256) to reflect the case_manager table id row, which has a data type of VARCHAR(256).

Changed status data type to VARCHAR(256) since STATUS is not a pre-existing data type in PostgreSQL.

Note: success_story client_id row has a data type of INT, which references clients id row which has type VARCHAR(6).

Closes #7

Copy link
Collaborator

@srukelman srukelman left a comment

Choose a reason for hiding this comment

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

LGTM 😃 good work!

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.

Looks good guys, great work!

@benson-fm benson-fm merged commit 0968534 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 Clients Table
4 participants