Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
nd_reagent_id | serial | 10 | √ | nextval('nd_reagent_nd_reagent_id_seq'::regclass) |
|
|
||||||||||||||
name | varchar | 80 | null |
|
|
The name of the reagent. The name should be unique for a given type. |
||||||||||||||
type_id | int4 | 10 | null |
|
|
The type of the reagent, for example linker oligomer, or forward primer. |
||||||||||||||
feature_id | int4 | 10 | √ | null |
|
|
If the reagent is a primer, the feature that it corresponds to. More generally, the corresponding feature for any reagent that has a sequence that maps to another sequence. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
nd_reagent_pkey | Primary key | Asc | nd_reagent_id |