Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | INT | 10 | √ | null |
|
|
|||||
| foreign_id | INT | 10 | √ | null |
|
|
|||||
| publication_id | INT | 10 | null |
|
|
||||||
| reference_type | enum('database', 'dataset', 'germplasm', 'group', 'experiment') | 10 | database |
|
|
||||||
| created_on | DATETIME | 19 | CURRENT_TIMESTAMP |
|
|
||||||
| updated_on | TIMESTAMP | 19 | CURRENT_TIMESTAMP |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| publication_id | Performance | Asc | publication_id |