maps


Description

Describes genetic maps that have been defined within Germinate.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
mapdefinitions.map_id mapdefinitions_ibfk_3C

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

name VARCHAR 255 null

Describes the map.

description MEDIUMTEXT 16777215 null

The name of this map.

visibility BIT 1 1

Determines if the map is visible to the Germinate interface or hidden.

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.

user_id INT 10 null

Foreign key to Gatekeeper users (Gatekeeper users.id).

Indexes

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

Relationships