Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('court_appearance_subtype_id_seq'::regclass) |
|
|
|||||
| appearance_subtype_uuid | uuid | 2147483647 | null |
|
|
||||||
| description | varchar | 2147483647 | null |
|
|
||||||
| display_order | int4 | 10 | null |
|
|
||||||
| status | varchar | 2147483647 | null |
|
|
||||||
| nomis_code | varchar | 2147483647 | null |
|
|
||||||
| appearance_type_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| court_appearance_subtype_pkey | Primary key | Asc | id |