Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
Primary key. |
|||||
| UserId | uuid | 2147483647 | √ | null |
|
|
Foreign Key to User Table |
||||
| content | text | 2147483647 | null |
|
|
Content sent to moderator. |
|||||
| failedReason | enum_Moderation_failed_reason | 2147483647 | null |
|
|
Reason why moderation failed. |
|||||
| info | text | 2147483647 | null |
|
|
Detailed info on why failed moderation failed. |
|||||
| createdAt | timestamptz | 35,6 | now() |
|
|
Time of creation. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| FailedModerationLogs_pkey | Primary key | Asc | id |
| FailedModerationLogs_failedReason_idx | Performance | Asc | failedReason |
| FailedModerationLogs_UserId_idx | Performance | Asc | UserId |

