Database Table rundb_sampleannotation_cv ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_sampleannotation_cv`` .. include:: ../manual_database_ref_docs/rundb_sampleannotation_cv.rst Schema ------- +-----------------------+------------------------------------+---------------------------------------------+ | Field | Type | Description | +=======================+====================================+=============================================+ | annotationType | String (up to 127) | annotationType | +-----------------------+------------------------------------+---------------------------------------------+ | iRAnnotationType | String (up to 127) | iRAnnotationType | +-----------------------+------------------------------------+---------------------------------------------+ | iRValue | String (up to 127) | iRValue | +-----------------------+------------------------------------+---------------------------------------------+ | id | Integer | ID | +-----------------------+------------------------------------+---------------------------------------------+ | isActive | Boolean (Either True or False) | isActive | +-----------------------+------------------------------------+---------------------------------------------+ | isIRCompatible | Boolean (Either True or False) | isIRCompatible | +-----------------------+------------------------------------+---------------------------------------------+ | sampleGroupType\_CV | SampleGroupType\_CV (ForeignKey) | the related rundb.SampleGroupType\_CV row | +-----------------------+------------------------------------+---------------------------------------------+ | uid | String (up to 32) | uid | +-----------------------+------------------------------------+---------------------------------------------+ | value | String (up to 127) | value | +-----------------------+------------------------------------+---------------------------------------------+