Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| experiment_id | INT | 10 | 0 |
|
|
Primary id for this table. This uniquely identifies the row. |
||
| experiment_name | VARCHAR | 255 | null |
|
|
The name of the experiment. |
||
| experiment_description | MEDIUMTEXT | 16777215 | √ | null |
|
|
Describes the experiment. |
|
| experiment_date | DATE | 10 | √ | null |
|
|
The date that the experiment was carried out. |
|
| created_on | DATETIME | 26 | √ | null |
|
|
When the record was created. |
|
| genotype_count | BIGINT | 19 | √ | null |
|
|
||
| trials_count | BIGINT | 19 | √ | null |
|
|
||
| allele_freq_count | BIGINT | 19 | √ | null |
|
|
||
| climate_count | BIGINT | 19 | √ | null |
|
|
||
| compound_count | BIGINT | 19 | √ | null |
|
|