2つのテーブルがあります。
User_types
- (1)個人
- (2)ビジネス
- (3)学生
Relationship_cat
- cat_id
- cat_name
- ユーザーID
- ユーザータイプ
まずRelationship_cat
、エントリを次のようにします
cat_id(1), cat_name(interests) ,user_id(ANy user), user_type(only 1 and 3)
cat_id(2), cat_name(news) ,user_id(ANy user), user_type(only 2 and 3)
etc
user_type
私はそれをデフォルトとして0に設定できると信じているので、どのユーザーにも制約されません。どうすれば"relationship_cat > user_type"
事件に対処できますか?カンマ区切りの値のリストを使用しますか?効率的ですか?User_types
そして、エントリが多い場合はどうなりますか?