AUCTIONITEMSUBCATEGORY (4.0SP20)

Contains subcategories that can be used by auction items.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

AUCTIONITEMCATEGORYID

uniqueidentifier

false

The Auction Item Category to which this subcategory corresponds.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

The name of the subcategory.

DESCRIPTION

nvarchar(255)

false

''

The description of the subcategory.

DATEADDED

datetime

false

getdate()

Indicates the date this record was added.

DATECHANGED

datetime

false

getdate()

Indicates the date this record was last changed.

TS

timestamp

false

Timestamp.

TSLONG

bigint (Computed)

true

Numeric representation of the timestamp.

Indexes
Index Name Field(s) Unique Primary Clustered

IX_AUCTIONITEMSUBCATEGORY_DATEADDED

DATEADDED

False

False

True

IX_AUCTIONITEMSUBCATEGORY_DATECHANGED

DATECHANGED

False

False

False

PK_AUCTIONITEMSUBCATEGORY

ID

True

True

False

Triggers
Trigger Name Description

TR_AUCTIONITEMSUBCATEGORY_AUDIT_UPDATE

TR_AUCTIONITEMSUBCATEGORY_AUDIT_DELETE

Referenced by
Referenced by Field

AUCTIONITEM

AUCTIONITEMSUBCATEGORYID

BATCHAUCTIONITEM

AUCTIONITEMSUBCATEGORYID