MEMBERSHIPCANCELLATIONCODE (4.0)

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

ADDEDBYID

uniqueidentifier

false

CHANGEDBYID

uniqueidentifier

false

Fields
Field Field Type Null Notes Description

CODE

nvarchar(10)

false

''

DESCRIPTION

nvarchar(50)

false

''

ACTIVE

bit

false

1

DATEADDED

datetime

false

getdate()

DATECHANGED

datetime

false

getdate()

TS

timestamp

false

TSLONG

bigint (Computed)

true

Indexes
Index Name Field(s) Unique Primary Clustered

IX_MEMBERSHIPCANCELLATIONCODE_DATEADDED

DATEADDED

False

False

True

IX_MEMBERSHIPCANCELLATIONCODE_DATECHANGED

DATECHANGED

False

False

False

PK_MEMBERSHIPCANCELLATIONCODE

ID

True

True

False

UC_MEMBERSHIPCANCELLATIONCODE_CODE

CODE

True

False

False

Triggers
Trigger Name Description

TR_MEMBERSHIPCANCELLATIONCODE_AUDIT_UPDATE

TR_MEMBERSHIPCANCELLATIONCODE_AUDIT_DELETE

Referenced by
Referenced by Field

MEMBERSHIP

CANCELLATIONREASONCODEID