environment

0 rows


Description

The environmental component of a phenotype description.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
environment_id serial 10 nextval('environment_environment_id_seq'::regclass)
environment_cvterm.environment_id environment_cvterm_environment_id_fkey C
phendesc.environment_id phendesc_environment_id_fkey C
phenotype_comparison.environment1_id phenotype_comparison_environment1_id_fkey C
phenotype_comparison.environment2_id phenotype_comparison_environment2_id_fkey C
phenstatement.environment_id phenstatement_environment_id_fkey C
uniquename text 2147483647 null
description text 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
environment_pkey Primary key Asc environment_id
environment_c1 Must be unique Asc uniquename
environment_idx1 Performance Asc uniquename

Relationships