synonyms


Description

Allows the definition of synonyms for entries such as germinatebase entries or marker names.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id INT 10 null

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

foreign_id INT 10 null

Foreign key to target table (ltargettable.id).

synonymtype_id INT 10 null
synonymtypes.id synonyms_ibfk_1C

Foreign key to synonymtypes (synonymnstypes.id).

synonyms JSON 1073741824 null

The synonyms as a json array.

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
foreign_id Performance Asc foreign_id
synonyms_ibfk_synonymtypes Performance Asc synonymtype_id

Relationships