LicenseManagerServerFeatureVersion
A feature can have multiple versions each with its own starting and expiry date. Mainly used for expiry warnings.
erDiagram
LicenseManagerServerFeature ||--o{ LicenseManagerServerFeatureVersion : "LicenseManagerServerFeatureID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time this entity was created in the database |
| DiagMessage |
string |
Diagnostics message |
| Expires |
datetime |
Date/Time for expiration of the license |
| ID |
numeric |
Internal ID for the LicenseManagerServerFeatureVersion entity (Primary Key) |
| LastDiagScan |
datetime |
Date/Time of last diagnostics scan of this feature version |
| LastStatisticsScan |
datetime |
Date/Time of last statistics scan of this feature version |
| LicenseManagerServerFeatureID |
numeric |
Internal ID that references the LicenseManagerServerFeature entity (Foreign Key) |
| Starts |
datetime |
Date/Time for start of license |
| Vendor |
string |
Vendor string |
| Version |
string |
Feature version |
References
| Column Name |
Referenced Table |
Description |
| LicenseManagerServerFeatureID |
LicenseManagerServerFeature |
Defines a feature within a license manager server |