| 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 |
| Row_ | SMALLINT | NUMBER | Yes | MAGE attribute FeatureLocation.row row position in the Zone |
| Column_ | SMALLINT | NUMBER | Yes | MAGE attribute FeatureLocation.column column position in the Zone. |
| Table | Column |
|---|---|
| DesignElement | Feature_FeatureLocation |
| Name | Columns |
|---|---|
| FeatureLocation1 | DataSetWID |
| FeatureLocation2 | Row_ |
| FeatureLocation3 | Column_ |