Store app information on your device
Data model
Fields
| Field | Type | Description |
|---|---|---|
| architecture | NVARCHAR (40) | Store App Architecture |
| creation_date* | DATETIME | Record creation date |
| id* | INT | Store app ID |
| install_date | DATETIME | Store app install date |
| languages | NVARCHAR (510) | Store app languages |
| modification_date* | DATETIME | Record Modification Date |
Primary Key
| PK01_AAM_DEVICE_STORE_APPLICATION |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| id* | dbo.AAM_DEVICE_SOFTWARE | id | FK01_AAM_DEVICE_STORE_APPLICATION |