ODMX [ODMX_DBWrench_Schema.xml]
| PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
|
| SimulationID | Integer |
| nextval('"ODMXSimulation"."Simulations_SimulationID_seq"'::regclass) | |||
| ActionID | Integer |
|
|||||
| SimulationName | VarChar() | ||||||
| SimulationDescription | VarChar() |
| |||||
| SimulationStartDateTime | DateTime | ||||||
| SimulationStartDateTimeUTCOffset | Integer | ||||||
| SimulationEndDateTime | DateTime | ||||||
| SimulationEndDateTimeUTCOffset | Integer | ||||||
| TimeStepValue | Float | ||||||
| TimeStepUnitsID | Integer | ||||||
| InputDataSetID | Integer |
| |||||
| ModelID | Integer |
|
(none)
| Name | Parent Table | Child Table | Parent Columns | Child Columns |
| fk_Simulations_Actions | ODMXCore.Actions | ODMXSimulation.Simulations | ActionID | ActionID |
| fk_Simulations_Models | ODMXSimulation.Models | ODMXSimulation.Simulations | ModelID | ModelID |
(none)
| Diagram Name |
| ODMXSimulation |