Store devices that have active persistence
Data model
Fields
| Field | Type | Description |
|---|---|---|
| activation_date* | DATETIME | Persistence activation date |
| device_id* | INT | Device Identifier |
| id* | INT | Persistence identifier |
| message | NVARCHAR (MAX) | Additional Persistence Information |
Primary Key
| PK_AAM_DEVICE_PERSISTENCE |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| device_id* | dbo.AAM_DEVICE | id | FK_01_AAM_DEVICE_PERSISTENCE |