Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
WebExtensionClickActionId | INT | 10 | √ | null |
|
|
The auto incrementing identifier of the click action |
|||
WebExtensionUrlOpenTypeId | INT | 10 | null |
|
|
The unique identifier of the url open type |
||||
Url | VARCHAR | 2000 | null |
|
|
The target url to be directed to during the click operation |
||||
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 occurred for this record |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | WebExtensionClickActionId |