Bio::Chado::Schema::Result::NaturalDiversity::NdGeolocationprop - Bio::Chado::Schema::Result::NaturalDiversity::NdGeolocationprop documentation


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.

Index


NAME

Top

Bio::Chado::Schema::Result::NaturalDiversity::NdGeolocationprop

DESCRIPTION

Top

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

NAME

Top

Bio::Chado::Schema::Result::NaturalDiversity::NdGeolocationprop

ACCESSORS

Top

nd_geolocationprop_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'nd_geolocationprop_nd_geolocationprop_id_seq'

nd_geolocation_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

type_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

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

value

  data_type: 'varchar'
  is_nullable: 1
  size: 250

The value of the property.

rank

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

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

RELATIONS

Top

type

Type: belongs_to

Related object: Bio::Chado::Schema::Result::Cv::Cvterm

nd_geolocation

Type: belongs_to

Related object: Bio::Chado::Schema::Result::NaturalDiversity::NdGeolocation

AUTHOR

Top

Robert Buels <rbuels@cpan.org>

COPYRIGHT AND LICENSE

Top


Bio-Chado-Schema documentation  | view source Contained in the Bio-Chado-Schema distribution.