GeneX Development Supported By
|
GeneX-2.0 DB: ProtocolStep Table
|
GeneX-2.0 DB: ProtocolStep Table
|
| Table Type | Inherits | Comment |
| DATA | Identifiable | The ProtocolStep table contains the steps for protocols. |
| Column Information |
| Column Name | Full Name | Data Type | Not NULL | Comment |
| proc_fk | Procedure | int | true | the procedure this step applies to |
| proto_step_pk | Accession Number | serial | true | |
| protocol_fk | Protocol | int | true | the protocol this step applies to |
| protocol_order | Protocol Order | int | false | The order of this step in the protocol |
| Primary Key Information |
| Column Name |
| proto_step_pk |
| Foreign Key Information |
| Column Name | Foreign Table | Primary Key in Foreign Table | Foreign Key Type |
| proc_fk | Procedure | proc_pk | MANY_TO_ONE |
| protocol_fk | Protocol | protocol_pk | MANY_TO_ONE |
| Unique Column Information |
| Column Names |
| protocol_order protocol_fk |
| Index Information |
| Name | Column Name |
|