Open pcase13 opened 11 years ago
I will do most of this stuff, it's important to stay organized, so I think we should have one table for the users and their information (any info we ask for when they sign up) and then we can have another table with foreign keys pointing to each user with all the foods. Table User and Table UserFood.
Sounds good, just have UserFood have a userid column that points to the userid in the user table prolly?
exactly! and doing it the symfony way makes sure that everything is super secure.
Everything that needs to be done with favorite foods that isn't facebook notifications.