VSESUBCATEGORY (4.0SP12)

Contains VSE subcategories for further organization of designations.

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

VSECATEGORYID

uniqueidentifier

false

ID of the VSE category the subcategory is related to.

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

NAME

nvarchar(100)

false

''

Name of the VSE 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_VSESUBCATEGORY_DATEADDED

DATEADDED

False

False

True

IX_VSESUBCATEGORY_DATECHANGED

DATECHANGED

False

False

False

PK_VSESUBCATEGORY

ID

True

True

False

UIX_VSESUBCATEGORY_VSECATEGORYID_NAME

VSECATEGORYID

NAME

True

False

False

Triggers
Trigger Name Description

TR_VSESUBCATEGORY_AUDIT_UPDATE

TR_VSESUBCATEGORY_AUDIT_DELETE

Referenced by
Referenced by Field

DESIGNATION

VSESUBCATEGORYID