Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
UsageId | INT | 10 | √ | null |
|
|
||||
LicenseId | INT | 10 | null |
|
|
|||||
UsageDate | DATETIME | 19 | null |
|
|
|||||
LicenseType | INT | 10 | null |
|
|
|||||
TargetType | INT | 10 | null |
|
|
|||||
TargetId | INT | 10 | null |
|
|
|||||
UserId | INT | 10 | null |
|
|
|||||
ScriptId | INT | 10 | null |
|
|
|||||
InUse | TINYINT | 3 | null |
|
|
|||||
LastReport | DATETIME | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | UsageId |
LU_Target | Performance | Asc/Asc | TargetType + TargetId |