| 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 | 
         
| NumFeaturesPerRow | SMALLINT | NUMBER | Yes | MAGE attribute ZoneLayout.numFeaturesPerRow The number of features from left to right.  | 
         
| NumFeaturesPerCol | SMALLINT | NUMBER | Yes | MAGE attribute ZoneLayout.numFeaturesPerCol The number of features from top to bottom of the grid.  | 
         
| SpacingBetweenRows | FLOAT | NUMBER | Yes | MAGE attribute ZoneLayout.spacingBetweenRows Spacing between the rows.  | 
         
| SpacingBetweenCols | FLOAT | NUMBER | Yes | MAGE attribute ZoneLayout.spacingBetweenCols Spacing between the columns.  | 
         
| ZoneLayout_DistanceUnit | BIGINT | NUMBER | Yes | Represents 1..1 association between ZoneLayout and DistanceUnit Unit of the ZoneLayout attributes.  | 
         
| Table | Column | 
|---|---|
| ZoneGroup | ZoneGroup_ZoneLayout | 
| Name | Columns | 
|---|---|
| ZoneLayout1 | DataSetWID | 
| ZoneLayout2 | NumFeaturesPerRow | 
| ZoneLayout3 | NumFeaturesPerCol | 
| ZoneLayout4 | SpacingBetweenRows | 
| ZoneLayout5 | SpacingBetweenCols | 
| ZoneLayout6 | ZoneLayout_DistanceUnit |