tdis_horizontal_projection


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('tdis_horizontal_projection_id_seq'::regclass)
tdis_member.horizontal_projection_id tdis_layer_horizontal_projection_fkR
name varchar 2147483647 null
type varchar 2147483647 null
epsg int4 10 null

Indexes

Constraint Name Type Sort Column(s)
tdis_horizontal_projection_pkey Primary key Asc id
tdis_horizontal_projection_epsg_unq Must be unique Asc epsg
tdis_horizontal_projection_name_unq Must be unique Asc name

Relationships