Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | (gen_random_uuid())::text |
|
|
||||||
| room_id | text | 2147483647 | null |
|
|
||||||
| actor | text | 2147483647 | 'system'::text |
|
|
||||||
| event_type | text | 2147483647 | null |
|
|
||||||
| document_id | text | 2147483647 | √ | null |
|
|
|||||
| details | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| detail | jsonb | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| deal_events_pkey | Primary key | Asc | id |
| idx_events_room | Performance | Asc/Desc | room_id + created_at |