Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
WebExtensionMenuItemId | INT | 10 | √ | null |
|
|
The auto incrementing identifier of the Menu Item |
|||
WebExtensionControlId | INT | 10 | null |
|
|
The Web Extension Control Id that this Menu Item maps to |
||||
WebExtensionMenuItemParentId | INT | 10 | √ | null |
|
|
The optional parent Menu Item Identifier that the control may belong under |
|||
ClickActionId | INT | 10 | √ | null |
|
|
The optional Click Action Identifier that gives details on what occurs on a click of the menu item |
|||
MenuText | VARCHAR | 100 | null |
|
|
The text that is displayed to the user for the Menu Item |
||||
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 | WebExtensionMenuItemId |
ControlId_MenuItemParentId_MenuText | Must be unique | Asc/Asc/Asc | WebExtensionControlId + WebExtensionMenuItemParentId + MenuText |