The NC_PRU table contains information about product recognition updates.
|
Column |
Key |
Type |
Null |
Description |
|---|---|---|---|---|
|
PRUOID |
PK |
binary(16) |
No |
Internal ID number used as the primary key. |
|
KBVersion |
nvarchar(48) |
|
Version number of the KB files created. |
|
|
PRUVersion |
|
nvarchar(48) |
|
Version number of the PRU updated. |
|
PRUNumber |
smallint |
|
Number of the last PRU. |
|
|
PRULabel |
nvarchar(16) |
|
Label of the last PRU. |
|
|
PRUDate |
datetime |
Date of last PRU. |
||
|
PRU |
|
image |
|
PRU stored directly in the database as a Blob. |
|
LMPRUVersion |
|
nvarchar(48) |
|
Version number of the License Management PRU. |