WaMDaM_v1.05 [WaMDaM_DBWrench_Schema_v1.05.xml]
This table stores the data values for each column in the array along with a value order as an incremental integer (1, 2, 3…) that corresponds to the original order of data values in the paired array.
PK | Name | Data Type | NULL | Auto | Default | Comment | FK |
| MultiAttributeSeriesValueID | Integer |
| Primary key identifier | |||
MultiAttributeSeriesID | Integer | Foreign key identifier |
|
||||
DataValue | VarChar(255) | a text or numeirc value of the column. e.g., 100 or January | |||||
ValueOrder | Integer | An integer as an ascending order that coresponds to the Values of the column. The order of the value preserves the pairing of data values across columns of the same MultiColumn array |
(none)
Name | Parent Table | Child Table | Parent Columns | Child Columns |
fk_MultiAttributeSeriesValues_MultiAttributeSeries | DataValues.MultiAttributeSeries | DataValues.MultiAttributeSeriesValues | MultiAttributeSeriesID | MultiAttributeSeriesID |
(none)
Diagram Name |
01_WaMDaM |
02_WaMDaM_WCVs |