DbWrench Documentation: nrtb |
Home | | | Tables | | | Schemas | | | Diagrams | | | Foreign Keys | | | Indexes |
SessionData | (Table) |
Columns | |||||||
PK | Name | Data Type | NULLs | A/N | Default | Comment | FK |
| uid | BigInt |
| Unique session id. | |||
startTime | DateTime | Time the simulation started. | |||||
endTime | DateTime | Time the simulation ended. | |||||
runStatus | Enum | Current status of the simulatijon | |||||
timeQuanta | BigInt | simulation time quanta in microseconds | |||||
description | Text | Text description of the simulation run. |
Indexes (none) |
Foreign Keys (none) |
Parent Relations | ||||
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_QuantaEvents_SessionData | SessionData | QuantaEvents | uid | session_uid |
Used in Diagrams |
Diagram Name |
diagramA |