Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('facility_business_identifiers_id_seq'::regclass) |
|
|
|||||
identifier | varchar | 2147483647 | null |
|
|
||||||
identifier_type | varchar | 2147483647 | null |
|
|
||||||
facility_id | uuid | 2147483647 | null |
|
|
||||||
deleted_at | timestamp | 29,6 | √ | null |
|
|
|||||
created_at | timestamp | 29,6 | null |
|
|
||||||
updated_at | timestamp | 29,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
facility_business_identifiers_pkey | Primary key | Asc | id |
index_facility_business_identifiers_on_facility_and_id_type | Must be unique | Asc/Asc | facility_id + identifier_type |
index_facility_business_identifiers_on_facility_id | Performance | Asc | facility_id |