webextensioncontrols

8 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
WebExtensionControlId INT 10 null
webextensionbuttons.WebExtensionControlId Implied ConstraintR
webextensioncontrolareas.WebExtensionControlId Implied ConstraintR
webextensioninlineframes.WebExtensionControlId Implied ConstraintR
webextensionmenuitems.WebExtensionControlId Implied ConstraintR
webextensionredirects.WebExtensionControlId Implied ConstraintR
webextensiontiles.WebExtensionControlId Implied ConstraintR

The auto incrementing identifier of this Web Extension Control

WebExtensionId INT 10 null
webextensions.WebExtensionId Implied ConstraintR

Identifier for the Web Extension related to this control

ExtensionClaimTypeId INT 10 null
extensionclaimtypes.ExtensionClaimTypeId Implied ConstraintR

Identifier for the Extension Claim Type related to this control

ControlName VARCHAR 100 null

Name of the Web Extension Control

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 WebExtensionControlId
ExtensionClaimTypeId Performance Asc ExtensionClaimTypeId
WebExtensionId_ControlName Must be unique Asc/Asc WebExtensionId + ControlName

Relationships