posted 17 years ago
Hi,
1. I have a mistake here, category-forum is implemented with one-to-many relationship. My fault.
2. Groups-users has many-to-many relationship, so we should have a bridge table, users_groups. But the problem is, users_groups don't add FK to group/user, it is independent. What is your design consideration ? Why not let RDMS to handle this relationship ?
3. I am just a student, I am learning data design from this project.
Thanks
[originally posted on jforum.net by czy11421]