Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('analytics_attachmenttracking_id_seq'::regclass) |
|
|
||||
created_at | timestamptz | 35,6 | null |
|
|
|||||
accessed_from_page | varchar | 50 | null |
|
|
|||||
app | varchar | 50 | null |
|
|
|||||
attachment_file_id | int4 | 10 | null |
|
|
|||||
kind | varchar | 50 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
analytics_attachmenttracking_pkey | Primary key | Asc | id |
analytics_attachmenttracking_attachment_file_id_be5b1f6c | Performance | Asc | attachment_file_id |