Table for storing device warranty token settings
Data model
Fields
| Field | Type | Description |
|---|---|---|
| created_date* | DATETIME | Warranty Configuration Record Creation Date |
| id* | INT | Unique identifier of the warranty configuration record |
| manufacturer* | NVARCHAR (1024) | Manufacturer Name |
| modification_date* | DATETIME | Warranty Configuration Record Modification Date |
| properties* | VARCHAR (1024) | Warranty Configuration Properties |
Primary Key
| PK_AAM_WARRANTY_CONFIGURATION |
|---|
| id |