MarketItemType


Description

Marketplace item type definitions categorizing different types of items available in the marketplace.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
Id nvarchar 20 null

Item type identifier - Alternative identifier for the item type

IsActive Unknown 0 null

Active status - Boolean indicating if type is currently active

ItemTypeName nvarchar 510 null

Item type name - Name of the item type classification

TypeDescription Unknown 0 null

Type description - Description of this item type category

TypeName Unknown 0 null

Type name - Name of the marketplace item type

Indexes

Constraint Name Type Sort Column(s)
PK_MarketItemType Primary key Asc Id

Relationships