Database Table rundb_sampleset ============================================================================ Postgres database: ``iondb`` Postgres table: ``rundb_sampleset`` .. include:: ../manual_database_ref_docs/rundb_sampleset.rst Schema ------- +-----------------------+------------------------------------+---------------------------------------------+ | Field | Type | Description | +=======================+====================================+=============================================+ | SampleGroupType\_CV | SampleGroupType\_CV (ForeignKey) | the related rundb.SampleGroupType\_CV row | +-----------------------+------------------------------------+---------------------------------------------+ | creationDate | Date (with time) | creationDate | +-----------------------+------------------------------------+---------------------------------------------+ | creator | User (ForeignKey) | the related auth.User row | +-----------------------+------------------------------------+---------------------------------------------+ | description | String (up to 1024) | description | +-----------------------+------------------------------------+---------------------------------------------+ | displayedName | String (up to 127) | displayedName | +-----------------------+------------------------------------+---------------------------------------------+ | id | Integer | ID | +-----------------------+------------------------------------+---------------------------------------------+ | lastModifiedDate | Date (with time) | lastModifiedDate | +-----------------------+------------------------------------+---------------------------------------------+ | lastModifiedUser | User (ForeignKey) | the related auth.User row | +-----------------------+------------------------------------+---------------------------------------------+ | status | String (up to 512) | status | +-----------------------+------------------------------------+---------------------------------------------+