treatments


Description

For trials data the treatment is used to distinguish between factors. Examples would include whether the trial was treated with fungicides or not.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
phenotypedata.treatment_id phenotypedata_ibfk_5N

Primary id for this table. This uniquely identifies the row.

name VARCHAR 255 null

The name which defines the treatment.

description VARCHAR 255 null

A longer descripiton of the treatment. This should include enough information to be able to identify what the treatment was and why it was applied.

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 changes have been made subsequently to the underlying record.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships