Table Index

Product


Associates a reaction with a chemical product of that reaction.

Columns

Column MySQL Type Oracle Type Nullable Description
ReactionWID BIGINT NUMBER No Warehouse identifier of the reaction that this reactant is part of.
OtherWID BIGINT NUMBER No Reference to the chemical or protein that is the reactant.
Coefficient SMALLINT NUMBER No The number of molecules of this reactant used in the reaction.

Denormalized References

Column References
OtherWID Chemical : WID
OtherWID Protein : WID

Referenced By

None.

Other Constraints

None.

Indexes

Name Columns
PRODUCT_REACTWID REACTIONWID
PRODUCT_OTHERWID OTHERWID
PRODUCT_COEFFICIENT COEFFICIENT