| Column | MySQL Type | Oracle Type | Nullable | Description | 
|---|---|---|---|---|
| GeneWID | BIGINT | NUMBER | No | Reference to the Gene that produces this protein. | 
         
| ProteinWID | BIGINT | NUMBER | No | Reference to the protein that has this gene. | 
         
| Name | Columns | 
|---|---|
| GP_GENEWID_PROWID | GENEWID,PROTEINWID | 
| GP_PROWID_GENEWID | PROTEINWID,GENEWID |