Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
||||||
| room_id | text | 2147483647 | null |
|
|
||||||
| title | text | 2147483647 | null |
|
|
||||||
| description | text | 2147483647 | √ | null |
|
|
|||||
| owner | text | 2147483647 | 'us'::text |
|
|
||||||
| owner_name | text | 2147483647 | √ | null |
|
|
|||||
| status | text | 2147483647 | 'pending'::text |
|
|
||||||
| due_date | text | 2147483647 | √ | null |
|
|
|||||
| priority | int4 | 10 | 2 |
|
|
||||||
| source | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| completed_at | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| action_items_pkey | Primary key | Asc | id |
| idx_actions_room | Performance | Asc | room_id |