Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
seedlot_number | varchar | 5 | null |
|
|
The unique number (key) assigned to a quantity of seed of a particular species and quality from a given location collected at a given time. |
|||||||||||
parent_tree_id | int4 | 10 | null |
|
|
A unique identifier for each Parent Tree. |
|||||||||||
parent_tree_number | varchar | 5 | null |
|
|
The original registration number given to a Parent Tree in conjunction with a Species Code. |
|||||||||||
cone_count | numeric | 20,10 | null |
|
|
The number of cones counted or estimated from each Parent Tree for a Seedlot. |
|||||||||||
pollen_count | numeric | 20,10 | null |
|
|
The amount of pollen counted or estimated for each Parent Tree in the Seedlot. |
|||||||||||
smp_success_pct | int4 | 10 | √ | null |
|
|
The estimated success (percent) of the supplemental mass pollination mix on the Parent Trees in the Orchard. |
||||||||||
non_orchard_pollen_contam_pct | int4 | 10 | √ | null |
|
|
Non-orchard pollen contamination (%). |
||||||||||
total_genetic_worth_contrib | numeric | 15,11 | √ | null |
|
|
Total Parent (seed) genetic worth contribution to seedlot |
||||||||||
entry_userid | varchar | 30 | null |
|
|
The userid of the individual that entered the Seedlot Parent Tree. |
|||||||||||
entry_timestamp | timestamp | 29,6 | CURRENT_TIMESTAMP |
|
|
The time and date a Seedlot Parent Tree was entered onto the system. |
|||||||||||
update_userid | varchar | 30 | null |
|
|
The userid of the individual that changed the Seedlot Parent Tree. |
|||||||||||
update_timestamp | timestamp | 29,6 | CURRENT_TIMESTAMP |
|
|
The time and date a Seedlot Parent Tree was last updated on the system. |
|||||||||||
revision_count | int4 | 10 | null |
|
|
A counter used to ensure data integrity. This item should be incremented during each update. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
seedlot_parent_tree_pk | Primary key | Asc/Asc | seedlot_number + parent_tree_id |