Skip to content

Conversation

@nathanchess
Copy link
Contributor

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
@srukelman srukelman deleted the nathan-aditya-make-clients-table branch April 6, 2025 21:26
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

5 participants