Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('django_admin_log_id_seq'::regclass) |
|
|
||||
| action_time | timestamptz | 35,6 | null |
|
|
|||||
| object_id | text | 2147483647 | √ | null |
|
|
||||
| object_repr | varchar | 200 | null |
|
|
|||||
| action_flag | int2 | 5 | null |
|
|
|||||
| change_message | text | 2147483647 | null |
|
|
|||||
| content_type_id | int4 | 10 | √ | null |
|
|
||||
| user_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| django_admin_log_pkey | Primary key | Asc | id |
| django_admin_log_content_type_id_c4bce8eb | Performance | Asc | content_type_id |
| django_admin_log_user_id_c564eba6 | Performance | Asc | user_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| django_admin_log_action_flag_check | ((action_flag >= 0)) |

