GeneX Development Supported By
|
GeneX-2.0 DB: Parameter Table
|
GeneX-2.0 DB: Parameter Table
|
| Table Type | Inherits | Comment |
| DATA | Identifiable | The Parameter table describes the individual parameters of a protocol, software, or hardware. |
| Column Information |
| Column Name | Full Name | Data Type | Not NULL | Comment |
| default_value | Default Value | text | false | The value to use if none is specified by the application |
| parameter_pk | Accession Number | serial | false | |
| proc_fk | Procedure | int | true | the procedure this parameter applies to |
| type | Type | char128 | false | controlled vocab |
| Primary Key Information |
| Column Name |
| parameter_pk |
| Foreign Key Information |
| Column Name | Foreign Table | Primary Key in Foreign Table | Foreign Key Type |
| proc_fk | Procedure | proc_pk | MANY_TO_ONE |
| Unique Column Information |
| Column Names |
| Index Information |
| Name | Column Name |
|