datasettypes


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
dataset_export_jobs.datasettype_id dataset_export_jobs_ibfk_1N
datasets.datasettype_id datasets_ibfk_datasettypesC

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

description VARCHAR 255 null

Describes the experiment type.

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
id Performance Asc id

Relationships