nd_geolocationprop

6 rows


Description

Property/value associations for geolocations. This table can store the properties such as location and environment

Columns

Column Type Size Nulls Auto Default Children Parents Comments
nd_geolocationprop_id serial 10 nextval('nd_geolocationprop_nd_geolocationprop_id_seq'::regclass)
nd_geolocation_id int4 10 null
nd_geolocation.nd_geolocation_id nd_geolocationprop_nd_geolocation_id_fkey C
type_id int4 10 null
cvterm.cvterm_id nd_geolocationprop_type_id_fkey C

The name of the property as a reference to a controlled vocabulary term.

value text 2147483647 null

The value of the property.

rank int4 10 0

The rank of the property value, if the property has an array of values.

Indexes

Constraint Name Type Sort Column(s)
nd_geolocationprop_pkey Primary key Asc nd_geolocationprop_id
nd_geolocationprop_c1 Must be unique Asc/Asc/Asc nd_geolocation_id + type_id + rank

Relationships