Contains the information of the maps by default according to the country and provider assigned
Data model
Fields
| Field | Type | Description |
|---|---|---|
| coordinates | NVARCHAR (2000) | ́Coordinates for the configured map |
| country_code* | INT | Partner country identifier |
| id* | INT | Unique map identifier |
| provider_id* | INT | Associated map provider identifier |
| zoom* | INT | Zoom value configured for the map |
Primary Key
| PK_ASMS_MAP_COUNTRY |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| provider_id* | dbo.ASMS_MAP_PROVIDERS | id | FK01_ASMS_MAP_COUNTRY |