WPBUSINESSOWNERSHIPBIOS

Contains WealthPoint Business Ownership Bios data.

Primary Key

Primary Key Field Type
ID uniqueidentifier

Fields

Field Field Type Null Notes Description
NAME nvarchar(100) Default = ''
BIO nvarchar(max) Default = ''
DATEADDED datetime Default = getdate() Indicates the date this record was added.
DATECHANGED datetime Default = getdate() Indicates the date this record was last changed.
TS timestamp Timestamp.
TSLONG bigint (Computed) yes CONVERT(bigint, TS) Numeric representation of the timestamp.

Foreign Keys

Foreign Key Field Type Null Notes Description
WPBUSINESSOWNERSHIPID uniqueidentifier WPBUSINESSOWNERSHIP.ID FK to WPBUSINESSOWNERSHIP
ADDEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.
CHANGEDBYID uniqueidentifier CHANGEAGENT.ID FK to CHANGEAGENT.

Indexes

Index Name Fields Unique Primary Clustered
IX_WPBUSINESSOWNERSHIPBIOS_DATEADDED DATEADDED yes
IX_WPBUSINESSOWNERSHIPBIOS_DATECHANGED DATECHANGED
IX_WPBUSINESSOWNERSHIPBIOS_WPBUSINESSOWNERSHIPID WPBUSINESSOWNERSHIPID
PK_WPBUSINESSOWNERSHIPBIOS ID yes yes

Triggers

Trigger Name Description
TR_WPBUSINESSOWNERSHIPBIOS_AUDIT_UPDATE
TR_WPBUSINESSOWNERSHIPBIOS_AUDIT_DELETE