Schema Version: 1.3

stock_genotype


Description

Simple table linking a stock to a genotype. Features with genotypes can be linked to stocks thru feature_genotype -> genotype -> stock_genotype -> stock.

Columns

Column Type Size Foreign Key Nullable Default Comments
stock_genotype_id bigserial 19
nextval('chado.stock_genotype_stock_genotype_id_seq'::regclass)
stock_id int8 19
stock.stock_id stock_genotype_stock_id_fkey C
null
genotype_id int8 19
genotype.genotype_id stock_genotype_genotype_id_fkey C
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
stock_genotype_pkey Primary key Asc stock_genotype_id
stock_genotype_c1 Must be unique Asc/Asc stock_id + genotype_id
stock_genotype_idx1 Performance Asc stock_id
stock_genotype_idx2 Performance Asc genotype_id

Relationships