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

participants schema #68

Open
mattlub opened this issue Aug 10, 2017 · 0 comments
Open

participants schema #68

mattlub opened this issue Aug 10, 2017 · 0 comments
Assignees

Comments

@mattlub
Copy link

mattlub commented Aug 10, 2017

https://github.com/facn2/The-Munching-VASS/blob/master/src/database/db_build.sql#L18-L22

The participants schema is quite confusing to me. Could you explain what each of the 3 fields are supposed to be?

I assume what you're trying to do is have a table for meals, a table for people, and then a participants table. In which case I would advise the fields to be:

  • person_id
  • meal_id

If this is confusing ask me please!

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

No branches or pull requests

2 participants