CLIENTUSERSEXTENSION (4.0SP20)

BBNC client users extension table

Primary Key
Primary Key Field Type

ID

uniqueidentifier

Foreign Key Fields
Foreign Key Field Type Null Notes Description

CLIENTUSERID

int

false

Client user ID

ADDEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

CHANGEDBYID

uniqueidentifier

false

FK to CHANGEAGENT.

Fields
Field Field Type Null Notes Description

PROVIDERNAME

nvarchar(128)

false

''

Provider name

IDENTIFIER

nvarchar(512)

false

''

Identifier returned by provider

DISPLAYNAME

nvarchar(256)

false

''

Display name

PREFERREDUSERNAME

nvarchar(256)

false

''

Preferred username

GIVENNAME

nvarchar(128)

false

''

Given name

FAMILYNAME

nvarchar(128)

false

''

Family name

FORMATTEDNAME

nvarchar(256)

false

''

Formatted name

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_CLIENTUSERSEXTENSION_CLIENTUSERID

CLIENTUSERID

False

False

False

IX_CLIENTUSERSEXTENSION_DATEADDED

DATEADDED

False

False

True

IX_CLIENTUSERSEXTENSION_DATECHANGED

DATECHANGED

False

False

False

PK_CLIENTUSERSEXTENSION

ID

True

True

False

UC_CLIENTUSERSEXTENSION_IDENTIFIER

IDENTIFIER

True

False

False

Triggers
Trigger Name Description

TR_CLIENTUSERSEXTENSION_AUDIT_UPDATE

TR_CLIENTUSERSEXTENSION_AUDIT_DELETE