Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | public.gen_random_uuid() |
|
|
|||||||||
name | varchar | 2147483647 | √ | null |
|
|
||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||
organization_id | uuid | 2147483647 | null |
|
|
|||||||||
created_at | timestamp | 29,6 | null |
|
|
|||||||||
updated_at | timestamp | 29,6 | null |
|
|
|||||||||
deleted_at | timestamp | 29,6 | √ | null |
|
|
||||||||
protocol_id | uuid | 2147483647 | √ | null |
|
|
||||||||
slug | varchar | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
facility_groups_pkey | Primary key | Asc | id |
index_facility_groups_on_deleted_at | Performance | Asc | deleted_at |
index_facility_groups_on_organization_id | Performance | Asc | organization_id |
index_facility_groups_on_protocol_id | Performance | Asc | protocol_id |
index_facility_groups_on_slug | Must be unique | Asc | slug |