Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
commid | BIGINT | 19 | null |
|
|
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 |