Contains the information of the coordinates in (x) and (y) of a state
Data model
Fields
| Field | Type | Description |
|---|---|---|
| position_x* | DECIMAL | Coordinate at the x position of a state |
| position_y* | DECIMAL | Coordinate in the y position of a state |
| stat_id* | INT | Unique identifier of a state |
Primary Key
| PK_ASMS_STATUS_COORDINATE |
|---|
| stat_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| stat_id* | dbo.ASMS_STATUS | stat_id | FK01_ASMS_STATUS_COORDINATE |