markertypes


Description

Describes the marker type. Markers (markers) have a defined type. This could be AFLP, MicroSat, SNP and so on. Used to differentiate markers within the markers table and alllows for mixing of marker types on genetic and physical maps.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
markers.markertype_id markers_ibfk_1C

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

description VARCHAR 255

Describes the marker type. Markers (markers) have a defined type. This could be AFLP, MicroSat, SNP and so on.

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

Relationships