Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
|||||
createdOn | DATETIME | 19 | current_timestamp() |
|
|
||||||
modifiedOn | DATETIME | 19 | current_timestamp() |
|
|
||||||
messageThreadId | BIGINT | 19 | null |
|
|
||||||
isDeleted | BOOLEAN | 3 | 0 |
|
|
||||||
BIGINT | 19 | null |
|
|
|||||||
text | VARCHAR | 500 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
message_authorId_index | Performance | Asc | authorId |
message_messageThreadId_index | Performance | Asc | messageThreadId |