Live Chat ~ Chat App ERD - uchicago-cs/chigame GitHub Wiki

Entities

LiveChat

Attributes:

  • channel (string)

LiveChatMessages

Attributes:

  • sent_at (datetime)
  • message_content (string)

LiveChatUser

Attributes

  • None

Relationships

  • LiveChatUsers (N) can join many LiveChats (N)
  • LiveChatMessage (1) is in a LiveChat (1)
  • LiveChatMessage (1) is sent by LiveChatUser (1)