Skip to content

Structs

pinfort edited this page Aug 23, 2018 · 3 revisions

Message

key Type Required? Description
id Long true id of the message
room_id Long true id of the room this message is posted on
user_id Long true id of the user this message posted
text String true article of message
created_at DateTime true This message created at
updated_at DateTime true This message updated at

User

key Type Required? Description
id Long true id of the user
name String false? name of the user
created_at DateTime true This user created at
updated_at DateTime true This user updated at

Room

key Type Required? Description
id Long true id of the room
name String false name of the room
created_at DateTime true This room created_at
updated_at DateTime true This room updated_at
Clone this wiki locally