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 |
X | FLOAT | NUMBER | Yes | MAGE attribute Position.x The horizontal distance from the upper left corner of the array. |
Y | FLOAT | NUMBER | Yes | MAGE attribute Position.y The vertical distance from the upper left corner of the array. |
Position_DistanceUnit | BIGINT | NUMBER | Yes | Represents 1..1 association between Position and DistanceUnit The units of the x, y positions. |
Table | Column |
---|---|
Fiducial | Fiducial_Position |
DesignElement | Feature_Position |
Name | Columns |
---|---|
Position_1 | DataSetWID |
Position_2 | X |
Position_3 | Y |
Position_4 | Position_DistanceUnit |