Please enable JavaScript.
Coggle requires JavaScript to display documents.
Simple Chat (Chat Module (ChatRooms (updatedAt, createdAt, userId, title, …
Simple Chat
Chat Module
Chats
chatRoomId
userId
message
createdAt
updatedAt
_id
ChatRooms
updatedAt
createdAt
userId
title
_id
isPubic
description
ChatRoomMembers
_id
chatRoomId
userId
createdAt
updatedAt
User Module
Users
_id
createdAt
username
services
password