Store synced Adons for Mobile logs from remote storage
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Self-Incrementing Primary Key |
| name | NVARCHAR (100) | Name of the Adon, identifies the manufacturer for which the adon is implemented |
| url | NVARCHAR (2048) | Download link for the Adon |
| version | NVARCHAR (100) | Adon Version |
Primary Key
| PK_AMDM_MOBILEADONS |
|---|
| id |