Table Index

Datum


Represents MAGE Class Datum
Transformed container to hold a value. QuantitationType will determine the type of this value.

Columns

Column MySQL Type Oracle Type Nullable Description
WID BIGINT NUMBER No Warehouse identifier for this entity
DataSetWID BIGINT NUMBER No Reference to the data set from which the entity came from
Value VARCHAR VARCHAR2(255) Yes MAGE attribute Datum.value
Value for the BioAssay, DesignElement and QuantitationType specified by the parent tuple elements.

Referenced By

Table Column
QuantitationTypeTuple QuantitationTypeTuple_Datum

Other Constraints

None.

Indexes

Name Columns
Datum1 DataSetWID
Datum2 Value