Postgres database: iondb
Postgres table: rundb_sampleset
Sample Set data model.
Created when the user creates a sample set in the Torrent Browser.
| 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 |