Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
Primary id for this table. This uniquely identifies the row. |
|||
| germinatebase_id | INT | 10 | null |
|
|
Foreign key to germinatebase (germinatebase.id). |
||||
| pedigreenotation_id | INT | 10 | null |
|
|
Foreign key to pedigreenotations (pedigreenotations.id). |
||||
| pedigreedescription_id | INT | 10 | √ | null |
|
|
||||
| definition | MEDIUMTEXT | 16777215 | null |
|
|
The pedigree string which is used to represent the germinatebase entry. |
||||
| created_on | DATETIME | 26 | √ | CURRENT_TIMESTAMP |
|
|
When the record was created. |
|||
| updated_on | TIMESTAMP | 26 | √ | CURRENT_TIMESTAMP |
|
|
When the record was updated. This may be different from the created on date if subsequent changes have been made to the underlying record. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| pedigreedefinitions_ibfk_3 | Performance | Asc | pedigreedescription_id |
| pedigreedefinitions_ibfk_germinatebase | Performance | Asc | germinatebase_id |
| pedigreedefinitions_ibfk_pedigreenotations | Performance | Asc | pedigreenotation_id |