trialseries


Description

Holds the names of trial series. Trial series define the name of the trial to which trials data is associated. Examples would include the overarching project.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
trialsetup.trialseries_id trialsetup_ibfk_5 N

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

seriesname VARCHAR 255 null

The description of the trial series name.

created_on DATETIME 19 CURRENT_TIMESTAMP

When the record was created.

updated_on TIMESTAMP 19 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