APPUSERCLAIMS

Primary Key

Primary Key Field Type
NAMEIDENTIFIER nvarchar(450)

Fields

Field Field Type Null Notes Description
EMAILADDRESS UDT_EMAILADDRESS Default = ''
ISREGISTERED bit Default = 0

Foreign Keys

Foreign Key Field Type Null Notes Description
APPUSERID uniqueidentifier APPUSER.ID

Indexes

Index Name Fields Unique Primary Clustered
PK_APPUSERCLAIMS NAMEIDENTIFIER yes yes yes

Triggers

Trigger Name Description
TR_APPUSERCLAIMS_EMAILUPDATED