-
Notifications
You must be signed in to change notification settings - Fork 0
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 payments table #40
Conversation
Great work so far! I tested that the Payment table gets created successfully and I like the constraints. I think the Donation table referencing the Payment table ultimately makes more sense. These changes would help massively 🙏 |
backend/typescript/prisma/migrations/20240526175607_create_payments_table/migration.sql
Outdated
Show resolved
Hide resolved
Thanks for making those changes to the The errors can be seen when you try spinning up the Docker containers. |
Notion ticket link
create payments table
Implementation description
Steps to test
What should reviewers focus on?
Checklist