pedigreenotations


Description

Allows additional supporting data to be associated with a pedigree definition such as the contributing data source.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
pedigreedefinitions.pedigreenotation_id pedigreedefinitions_ibfk_2C

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

name VARCHAR 255 null

Name of the reference notation source.

description MEDIUMTEXT 16777215 null

A longer description about the reference notation source.

reference_url VARCHAR 255 null

Hyperlink to the notation source.

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