GeneX Development Supported By
|
GeneX-2.0 DB: ParameterValue Table
|
GeneX-2.0 DB: ParameterValue Table
|
| Table Type | Inherits | Comment |
| DATA | Securable | The ParameterValue table contains the values for parameters used in any step. |
| Column Information |
| Column Name | Full Name | Data Type | Not NULL | Comment |
| param_value_pk | Accession Number | serial | true | |
| parameter_fk | Parameter | int | true | the procedure parameter this parameter value applies to |
| proto_step_app_fk | Protocol Step | int | true | the protocol step this parameter value applies to |
| value | Value | char128 | false | The value of the parameter |
| Primary Key Information |
| Column Name |
| param_value_pk |
| Foreign Key Information |
| Column Name | Foreign Table | Primary Key in Foreign Table | Foreign Key Type |
| parameter_fk | Parameter | parameter_pk | MANY_TO_ONE |
| proto_step_app_fk | ProtocolStepApplication | proto_step_app_pk | MANY_TO_ONE |
| Unique Column Information |
| Column Names |
| Index Information |
| Name | Column Name |
|