If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
im making a website so that our school students can post notes from their classes and share them with their friends that are in their classes but im not sure what the table structures would be like to get all this working.
i have a uml class diagram of what i have come up with for the design tables but im not sure how to make it.
Those class1...class7 fields in the User table are not a very smart idea, as they might impose some undesired future constraints.
You might want to create another table, named UserClasses (userID, ClassID)
Also, you may add a noteDateTime field in the Notes table
__________________
Florin Aparaschivei
Iasi, Romania