Table pub.mgd.voc_annottype A record in this table defines an Annotation Type. Each Annotation instance specifies its type (VOC_Annot). An Annotation Type specifies an Object type (_MGIType_key), the Vocabulary to which an Object of that type is being annotated (_Vocab_key), and the Evidence Vocabulary (_EvidenceVocab_key) used to annotate the Object of the specified type. An Object which is to be annotated (a Marker or a Genotype) is an accessionable object which requires an entry in ACC_MGIType.
|
Generated by SchemaSpy |
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Table contained 21 rows at Mon Sep 11 06:12 EDT 2023 |
Indexes:
Column(s) | Type | Sort | Constraint Name |
---|---|---|---|
_annottype_key | Primary key | Asc | voc_annottype_pkey |
lower(name) | Performance | Asc | voc_annottype_0 |
_evidencevocab_key | Performance | Asc | voc_annottype_idx_evidencevocab_key |
_mgitype_key + _vocab_key + _evidencevocab_key | Performance | Asc/Asc/Asc | voc_annottype_idx_mgitypevocabevidence |
name | Performance | Asc | voc_annottype_idx_name |
_qualifiervocab_key | Performance | Asc | voc_annottype_idx_qualifiervocab_key |
_vocab_key | Performance | Asc | voc_annottype_idx_vocab_key |
|