webextensionareacontroltypes

7 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
WebExtensionAreaControlTypeId INT 10 null
webextensioncontrolareas.WebExtensionAreaControlTypeId Implied ConstraintR

The auto incrementing identifier of this Web Extension Area Control Type

WebExtensionAreaId INT 10 null
webextensionareas.WebExtensionAreaId Implied ConstraintR

Identifier for the Web Extension Area related to this area control type

WebExtensionControlTypeId INT 10 null
webextensioncontroltypes.WebExtensionControlTypeId Implied ConstraintR

Identifier for the Web Extension Control Type related to this area control type

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 WebExtensionAreaControlTypeId
WebExtensionAreaId Performance Asc WebExtensionAreaId
WebExtensionControlTypeId Performance Asc WebExtensionControlTypeId

Relationships