webextensionareas

7 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
WebExtensionAreaId INT 10 null
webextensionareacontroltypes.WebExtensionAreaId Implied ConstraintR

The auto incrementing identifier of the area on a screen in the front end web that allows for Web Extension Controls

WebExtensionScreenId INT 10 null
webextensionscreens.WebExtensionScreenId Implied ConstraintR

Identifier for the screen related to this area

WebExtensionAreaName VARCHAR 100 null

The friendly name of the area on a screen in the front end web that allows for Web Extension Controls

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 WebExtensionAreaId
ScreenAndName Must be unique Asc/Asc WebExtensionScreenId + WebExtensionAreaName

Relationships