GeneX-2.0 DB: ParameterValue Table
GeneX-2.0 DB: ParameterValue Table
Table TypeInheritsComment
DATASecurable The ParameterValue table contains the values for parameters used in any step.

Column Information
Column NameFull NameData TypeNot NULLComment
param_value_pkAccession Numberserialtrue
parameter_fkParameterinttruethe procedure parameter this parameter value applies to
proto_step_app_fkProtocol Stepinttruethe protocol step this parameter value applies to
valueValuechar128falseThe value of the parameter

Primary Key Information
Column Name
param_value_pk

Foreign Key Information
Column NameForeign TablePrimary Key in Foreign TableForeign Key Type
parameter_fkParameterparameter_pkMANY_TO_ONE
proto_step_app_fkProtocolStepApplicationproto_step_app_pkMANY_TO_ONE

Unique Column Information
Column Names

Index Information
NameColumn Name