Store the information of the assigned applications
Data model
Fields
| Field | Type | Description |
|---|---|---|
| app_id* | INT | Unique name of the application package |
| google_device_id* | CHAR (16) | Unique identifier for an Android For Work device |
| synchronized | BIT | Identify if the app is synced |
| user_id* | INT | Unique identifier for an Android For Work user |
Primary Key
| PK_AMDM_APPS_ASSIGNED |
|---|
| user_id, app_id, google_device_id |