InventoryCatalog Table
The InventoryCatalog table contains information about the inventory catalogs for this site. The InventoryCatalog table will have additional columns if you add a property to the inventory catalog.
The following table describes the columns in the InventoryCatalog table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
InventoryCatalogName |
nvarchar(85) |
no |
The name of the inventory catalog. This is a primary key. |
InventoryCatalogDescription |
nvarchar(256) |
yes |
The description of the inventory catalog. |
Timestamp |
timestamp |
no |
The timestamp of the inventory catalog. |
DateCreated |
datetime |
no |
The date and time that the inventory catalog was created. |
LastModified |
datetime |
no |
The date and time the inventory catalog was last modified. |