| Home | Trees | Indices | Help |
|---|
|
|
|
|||
fromDatabase = True
|
|||
idName = "binary_attachemnt_id"
|
|||
table = "binary_attachment"Need this table to maintain consistency with binary_attachment ... |
|||
|
|||
table
Need this table to maintain consistency with binary_attachment
-- Single step in a reaction synthesis
CREATE TABLE reaction_step
(
reaction_step_id SERIAL NOT NULL,
raction_smirks TEXT NOT NULL,
reaction_synthesis_id INTEGER NOT NULL,
reactant_smiles TEXT,
reagent_id INTEGER,
product_smiles TEXT,
position INTEGER
)
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Thu Nov 8 17:49:31 2007 | http://epydoc.sourceforge.net |