Schema Version: 1.3

nd_geolocationprop


Description

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

Columns

Column Type Size Foreign Key Nullable Default Comments
nd_geolocationprop_id bigserial 19
nextval('chado.nd_geolocationprop_nd_geolocationprop_id_seq'::regclass)
nd_geolocation_id int8 19
nd_geolocation.nd_geolocation_id nd_geolocationprop_nd_geolocation_id_fkey C
null
type_id int8 19
cvterm.cvterm_id nd_geolocationprop_type_id_fkey C
null

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.

Table contained -1 rows

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
nd_geolocationprop_idx1 Performance Asc nd_geolocation_id
nd_geolocationprop_idx2 Performance Asc type_id

Relationships