Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
location_id | serial | 10 | √ | nextval('sgn.marker_location_location_id_seq'::regclass) |
|
|
||||||||||||||
lg_id | int4 | 10 | null |
|
|
|||||||||||||||
map_version_id | int4 | 10 | null |
|
|
|||||||||||||||
position | numeric | 9,6 | null |
|
|
|||||||||||||||
confidence_id | int4 | 10 | null |
|
|
|||||||||||||||
subscript | bpchar | 1 | √ | null |
|
|
||||||||||||||
position_north | numeric | 8,5 | √ | null |
|
|
||||||||||||||
position_south | numeric | 8,5 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
marker_location_pkey | Primary key | Asc | location_id |
Check Constraints
Constraint Name | Constraint |
---|---|
marker_location_subscript_check | (((subscript = 'A'::bpchar) OR (subscript = 'B'::bpchar) OR (subscript = 'C'::bpchar) OR (subscript IS NULL))) |