Schema Version: 1.3

treatment


Description

A biomaterial may undergo multiple treatments. Examples of treatments: apoxia, fluorophore and biotin labeling.

Columns

Column Type Size Foreign Key Nullable Default Comments
treatment_id bigserial 19
nextval('chado.treatment_treatment_id_seq'::regclass)
rank int4 10
0
biomaterial_id int8 19
biomaterial.biomaterial_id treatment_biomaterial_id_fkey C
null
type_id int8 19
cvterm.cvterm_id treatment_type_id_fkey C
null
protocol_id int8 19
protocol.protocol_id treatment_protocol_id_fkey N
null
name text 2147483647
null

Table contained -1 rows

Indexes

Constraint Name Type Sort Column(s)
treatment_pkey Primary key Asc treatment_id
treatment_idx1 Performance Asc biomaterial_id
treatment_idx2 Performance Asc type_id
treatment_idx3 Performance Asc protocol_id

Relationships