Database Table rundb_sampleattributevalue

Postgres database: iondb

Postgres table: rundb_sampleattributevalue

Sample Attribute Value data model.

Lifecycle

Created when the user assigns a sample attribute value.

Schema

Field Type Description
creationDate Date (with time) creationDate
creator User (ForeignKey) the related auth.User row
id Integer ID
lastModifiedDate Date (with time) lastModifiedDate
lastModifiedUser User (ForeignKey) the related auth.User row
sample Sample (ForeignKey) the related rundb.Sample row
sampleAttribute SampleAttribute (ForeignKey) the related rundb.SampleAttribute row
value String (up to 1024) value

Table of contents

Previous topic

Database Table rundb_sampleattributedatatype

Next topic

Database Table rundb_samplegrouptype_cv

This Page