matrix_room

0 rows


Description

Stores the matrix room information associated with the communication instance.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
commid BIGINT 19 null
communication.id matrroom_com2_fkR

ID of the communication record

roomid VARCHAR 255 null

ID of the matrix room instance

topic VARCHAR 255 null

Topic of the matrix room instance.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
matrroom_com_ix Performance Asc commid

Relationships