Column | MySQL Type | Oracle Type | Nullable | Description |
---|---|---|---|---|
WID | BIGINT | NUMBER | No | Warehouse ID for this entiry |
Name | VARCHAR | VARCHAR2(250) | Yes | Name of reaction |
DeltaG | VARCHAR | VARCHAR2(50) | Yes | Delta G subzero prime value for this reaction |
ECNumber | VARCHAR | VARCHAR2(50) | Yes | Official enzyme-commission-number. |
ECNumberProposed | VARCHAR | VARCHAR2(50) | Yes | Proposed enzyme-commission-number |
Spontaneous | CHAR(1) | CHAR(1) | Yes | 'T' if the reaction occurs spontaneously, else 'F' |
DataSetWID | BIGINT | NUMBER | No | WID of the dataset the reaction is from |
Table | Column |
---|---|
EnzymaticReaction | ReactionWID |
PathwayReaction | PriorReactionWID |
Product | ReactionWID |
Reactant | ReactionWID |
Entry | OtherWID |
Support | OtherWID |
RelatedTerm | OtherWID |
CitationWIDOtherWID | OtherWID |
CommentTable | OtherWID |
CrossReference | OtherWID |
CrossReference | CrossWID |
Description | OtherWID |
DBID | OtherWID |
SynonymTable | OtherWID |
ToolAdvice | OtherWID |
Name | Columns |
---|---|
REACTION_DWID | DataSetWID |
REACTION_DeltaG | DeltaG |
REACTION_ECNumber | ECNumber |
REACTION_ECNumberProposed | ECNumberProposed |