Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| session_id | text | 2147483647 | null |
|
|
|||
| event_type | text | 2147483647 | null |
|
|
|||
| event_data | jsonb | 2147483647 | null |
|
|
|||
| ip_hash | text | 2147483647 | √ | null |
|
|
||
| id | uuid | 2147483647 | null |
|
|
|||
| created_at | timestamptz | 35,6 | now() |
|
|
|||
| updated_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| analytics_events_pkey | Primary key | Asc | id |
| ix_analytics_created_at | Performance | Asc | created_at |
| ix_analytics_event_data | Performance | Asc | event_data |
| ix_analytics_events_event_type | Performance | Asc | event_type |
| ix_analytics_events_ip_hash | Performance | Asc | ip_hash |
| ix_analytics_events_session_id | Performance | Asc | session_id |
