Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | serial | 10 | √ | nextval('next_court_appearance_id_seq'::regclass) |
|
|
|||||
appearance_date | date | 13 | null |
|
|
||||||
court_code | varchar | 2147483647 | √ | null |
|
|
|||||
appearance_time | time | 15,6 | √ | null |
|
|
|||||
future_skeleton_appearance_id | int4 | 10 | null |
|
|
||||||
appearance_type_id | int4 | 10 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
next_court_appearance_pkey | Primary key | Asc | id |
idx_next_court_appearance_future_skeleton_id | Performance | Asc | future_skeleton_appearance_id |