Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('cphc_migration_configs_id_seq'::regclass) |
|
|
|||||
facility_group_id | uuid | 2147483647 | √ | null |
|
|
|||||
config | json | 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) |
---|---|---|---|
cphc_migration_configs_pkey | Primary key | Asc | id |
index_cphc_migration_configs_on_facility_group_id | Must be unique | Asc | facility_group_id |