Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | uuid | 2147483647 | null |
|
|
||||||
| actioner_users_id | uuid | 2147483647 | √ | null |
|
|
|||||
| actionee_users_id | uuid | 2147483647 | null |
|
|
||||||
| comment | text | 2147483647 | √ | null |
|
|
|||||
| email_user_on_end | bool | 1 | null |
|
|
||||||
| end_event_sent | bool | 1 | √ | null |
|
|
|||||
| expiry | int8 | 19 | √ | null |
|
|
|||||
| history | text | 2147483647 | √ | null |
|
|
|||||
| insert_instant | int8 | 19 | null |
|
|
||||||
| localized_name | varchar | 191 | √ | null |
|
|
|||||
| localized_option | varchar | 255 | √ | null |
|
|
|||||
| localized_reason | varchar | 255 | √ | null |
|
|
|||||
| name | varchar | 191 | √ | null |
|
|
|||||
| notify_user_on_end | bool | 1 | null |
|
|
||||||
| option_name | varchar | 255 | √ | null |
|
|
|||||
| reason | varchar | 255 | √ | null |
|
|
|||||
| reason_code | varchar | 255 | √ | null |
|
|
|||||
| user_actions_id | uuid | 2147483647 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| user_action_logs_pkey | Primary key | Asc | id |
| user_action_logs_i_1 | Performance | Asc | insert_instant |
| user_action_logs_i_2 | Performance | Asc/Asc | expiry + end_event_sent |