Field |
Field Type |
Null |
Notes |
Description |
PACKAGENAME |
nvarchar(128) |
|
Default = '' |
Name of the package |
DESCRIPTION |
nvarchar(max) |
|
Default = '' |
A description of the package. |
PACKAGESPECXML |
xml |
|
|
Contains the xml definition from which the package Was built. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed |
TS |
timestamp |
|
|
Timestamp |
TSLONG |
bigint (Computed) |
 |
convert(bigint, TS) |
Numeric representation of the timestamp |