-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Review the database schema #139
Comments
i can help with this 😄 |
I assigned this issue to you, let me know if you need help :) |
We want to ensure that the IDs are numbers, or we could switch them to UUID? |
Here I will write about the changes:
|
According to my review, only one change to the schema would be needed. I can't do it myself until next year, maybe someone else would like to do it. |
For what I've seen and without knowing some aspects of the schema, agree 👍 , |
It seems like the relations between the tables might have room for improvement. We want to make sure that relation fields like
github_organization.project_id
are not NULLABLE.Additionally, we should review the datatypes for the columns to ensure they are aligned with the content.
The text was updated successfully, but these errors were encountered: