Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
loc_id | serial | 10 | √ | nextval('sgn.deprecated_mapdata_loc_id_seq'::regclass) |
|
|
|||||
map_id | int8 | 19 | (0)::bigint |
|
|
||||||
lg_id | int8 | 19 | √ | null |
|
|
|||||
offset | numeric | 8,5 | √ | null |
|
|
|||||
loc_type | int8 | 19 | (0)::bigint |
|
|
||||||
loc_order | int8 | 19 | (0)::bigint |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
mapdata_pkey | Primary key | Asc | loc_id |
map_id_idx2 | Performance | Asc/Asc | map_id + lg_id |