pedigreedescriptions


Description

Description of pedigrees. Pedigrees can have a description which details additional information about the pedigree, how it was constructed and who the contact is for the pedigree.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null
pedigreedefinitions.pedigreedescription_id pedigreedefinitions_ibfk_3C
pedigrees.pedigreedescription_id pedigrees_ibfk_3C

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

name VARCHAR 255 null

The name of the pedigree.

description MEDIUMTEXT 16777215 null

Describes the pedigree in more detail.

author VARCHAR 255 null

Who is responsible for the creation of the pedigree. Attribution should be included in here for pedigree sources.

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