Database Table rundb_sampleset

Postgres database: iondb

Postgres table: rundb_sampleset

Sample Set data model.

Lifecycle

Created when the user creates a sample set in the Torrent Browser.

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

Table of contents

Previous topic

Database Table rundb_samplegrouptype_cv

Next topic

Database Table rundb_samplesetitem

This Page