Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
port_id | int4 | 10 | null |
|
|
Numeric ID for this entry |
||||||
name | varchar | 1024 | null |
|
|
Short name used in data files / output data (in ltree notation) |
||||||
t_group | varchar | 1024 | √ | null |
|
|
Value grouping (short name) |
|||||
latitude | float4 | 8,8 | √ | null |
|
|
Latitude |
|||||
longitude | float4 | 8,8 | √ | null |
|
|
Longitude |
|||||
institute_id | int4 | 10 | √ | null |
|
|
Institute (or country) responsible for port |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
port_pkey | Primary key | Asc | port_id |
port_name_key | Must be unique | Asc | name |