INSTALLEDPRODUCTLIST
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| EXPIREDATE | nvarchar(8) | Default = '' | Indicates the date on which this feature will expire (blank if not expiration) | |
| DATEADDED | datetime | Default = getdate() | Indicates the date this record was added |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_INSTALLEDPRODUCTLIST | ID | yes | yes |