userclassassignedextensionclaims

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
UserClassAssignedExtensionClaimId INT 10 null

The auto incrementing identifier of this User Class Assigned Extension Claim

UserClassId INT 10 null

The identifier for the User Class related to this claim

ExtensionClaimTypeId INT 10 null
extensionclaimtypes.ExtensionClaimTypeId Implied ConstraintR

The identifier for the Extension Claim Type related to this claim

CreatedBy VARCHAR 100 null

The user that first added this item to the system

CreateDate DATETIME 19 null

The DateTime that the user first added this item to the system

UpdatedBy VARCHAR 100 null

The user that last updated this item in the system

UpdateDate DATETIME 19 null

The DateTime that the last update occured for this record

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc UserClassAssignedExtensionClaimId
ExtensionClaimTypeId Performance Asc ExtensionClaimTypeId
UserClassId Performance Asc UserClassId
UserClassIdAndClaimKey Must be unique Asc/Asc UserClassId + ExtensionClaimTypeId

Relationships