Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | text | 2147483647 | (gen_random_uuid())::text |
|
|
|||
| room_id | text | 2147483647 | null |
|
|
|||
| domain | text | 2147483647 | √ | null |
|
|
||
| decision | text | 2147483647 | null |
|
|
|||
| gates | jsonb | 2147483647 | '[]'::jsonb |
|
|
|||
| report | jsonb | 2147483647 | '{}'::jsonb |
|
|
|||
| approval_token | text | 2147483647 | √ | null |
|
|
||
| emailed_at | timestamptz | 35,6 | √ | null |
|
|
||
| approved_at | timestamptz | 35,6 | √ | null |
|
|
||
| approved_by | text | 2147483647 | √ | null |
|
|
||
| deployed_at | timestamptz | 35,6 | √ | null |
|
|
||
| created_at | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| site_deploy_certifications_pkey | Primary key | Asc | id |
| idx_sdc_room | Performance | Asc | room_id |