Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | null |
|
|
||||||
| room_id | text | 2147483647 | null |
|
|
||||||
| concern | text | 2147483647 | null |
|
|
||||||
| category | text | 2147483647 | √ | null |
|
|
|||||
| status | text | 2147483647 | 'open'::text |
|
|
||||||
| response | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | now() |
|
|
||||||
| resolved_at | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| concerns_pkey | Primary key | Asc | id |
| idx_concerns_room | Performance | Asc | room_id |