さまざまなカテゴリーのトピックを作成するユーザーがいるフォーラムを作ろうとしています。他のユーザーは返信を投稿できますこれらは以下の私の表です
categories
id
category_title
category_description
last_post_date
last_user_posted
posts
id
category_id
topic_id
post_creator
post_content
post_date
topics
id
category_id
topic_title
topic_creator
topic_last_user
topic_date
topic_reply_date
topic_views
users
id
username
password
email
forum_notification
フォーラムのUMLクラス図の作成に問題がありますが、混乱しています。ユーザー向けに以下の1つの図を作成できますが、残りの図を作成する方法がわかりません。
┌─────────────────────────┬
│ Users │
├─────────────────────────┬
|username: String |
|password: String |
├─────────────────────────┼
|+logIn() |
|+logOut() |
├─────────────────────────┼