mapfeaturetypes


Description

Defines features which can exist on maps. In general this will be the marker type but it can also be used to identify QTL regions.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
mapdefinitions.mapfeaturetype_id mapdefinitions_ibfk_1C

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

description VARCHAR 255 null

Description of the feature type. This could include a definition of the marker type such as ‘SNP’, ‘KASP’ or ‘AFLP’.

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