Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||
createdOn | DATETIME | 19 | current_timestamp() |
|
|
|||
modifiedOn | DATETIME | 19 | current_timestamp() |
|
|
|||
duration | enum('week', 'month', 'year', 'permanent') | 9 | null |
|
|
|||
reason | enum('offensive', 'other', 'inappropriate') | 13 | null |
|
|
|||
reasonDescription | VARCHAR | 255 | √ | NULL |
|
|
||
actionType | enum('removed_design', 'removed_message', 'removed_comment', 'removed_post', 'account_banned', 'messaging_revoked', 'account_view_only') | 17 | null |
|
|
|||
associatedId | BIGINT | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |