WaMDaM_v1.05 [WaMDaM_DBWrench_Schema_v1.05.xml]
This table stores the time series data values and their time stamp
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| TimeSeriesValueID | Integer |
| Primary key identifier | |||
TimeSeriesID | Integer | Foreigh key identifier for a Time Series |
|
||||
DateTimeStamp | DateTime | time stamp that corresponds to the data value | |||||
DataValue | Float | a real number data value that corresponds to the time stamp |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_TimeSeriesValues_TimeSeries | DataValues.TimeSeries | DataValues.TimeSeriesValues | TimeSeriesID | TimeSeriesID |
(none)
Diagram Name |
01_WaMDaM |
02_WaMDaM_WCVs |