Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('appearance_type_id_seq'::regclass) |
|
|
||||||||
| appearance_type_uuid | uuid | 2147483647 | null |
|
|
|||||||||
| description | varchar | 2147483647 | null |
|
|
|||||||||
| display_order | int4 | 10 | null |
|
|
|||||||||
| status | varchar | 2147483647 | 'ACTIVE'::character varying |
|
|
|||||||||
| nomis_to_dps_mapping_codes | jsonb | 2147483647 | √ | null |
|
|
||||||||
| dps_to_nomis_mapping_code | varchar | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| appearance_type_pkey | Primary key | Asc | id |
| appearance_type_nomis_codes_idx | Performance |