Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('analytics."ActionLogSummary_id_seq"'::regclass) |
|
|
||
| object | varchar | 255 | null |
|
|
|||
| action | enum_ActionLogs_action | 2147483647 | null |
|
|
|||
| collection | varchar | 255 | null |
|
|
|||
| count | int8 | 19 | 0 |
|
|
|||
| flag_recount | bool | 1 | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| ActionLogSummary_pkey | Primary key | Asc | id |
| ActionLogSummary_action_idx | Performance | Asc | action |
| ActionLogSummary_collection_idx | Performance | Asc | collection |
| ActionLogSummary_object_idx | Performance | Asc | object |
