| Column | MySQL Type | Oracle Type | Nullable | Description |
|---|---|---|---|---|
| WID | BIGINT | NUMBER | No | Warehouse identifier for this entity |
| DataSetWID | BIGINT | NUMBER | No | Reference to the data set from which the entity came from |
| BioAssayDataCluster_Nodes | BIGINT | NUMBER | Yes | Represents 1..n association between BioAssayDataCluster and Node The nodes of the cluster. |
| Node_Nodes | BIGINT | NUMBER | Yes | Represents 1..n association between Node and Node Nested nodes of the BioAssayDataCluster. |
| Table | Column |
|---|---|
| Node | Node_Nodes |
| NodeContents | Node_NodeContents |
| NodeValue | Node_NodeValue |
| Name | Columns |
|---|---|
| Node1 | DataSetWID |
| Node2 | BioAssayDataCluster_Nodes |
| Node3 | Node_Nodes |