Description
Contains information about repository items.
Columns
For the descriptions in this table, the term
item refers to a repository items.
Column Name
|
Data Type
|
Size
|
Description
|
ITEM_ID |
varchar |
32
|
An unique ID that identifies the item. |
CATEGORY |
nvarchar |
64
|
The category, or type, of item.
|
CFG_XML |
ntext |
|
User-defined configuration in XML format. |
OWNER_ID |
varchar |
32
|
GUID of item owner, for example, process definition ID. |
CREATED_DATE |
datetime |
|
The date the item was created. |
CAREATED_BY
|
nvarchar |
64
|
The user who created the item.
|
LAST_MODIFIED_DATE |
datetime |
|
The date the item was last modified. |
LAST_MODIFIED_BY |
nvarchar |
64
|
The user who last updated, or modified, the item.
|
Relationships
Table Name |
Relationship |
None |
Not Applicable |