pluginpermissions

19 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
PluginPermissionId INT UNSIGNED 10 null
PluginGuid CHAR 36 null

The guid of the plugin.

PluginName VARCHAR 100 null

The name of the plugin.

PermissionId INT UNSIGNED 10 null

The id of the permission.

PermissionName VARCHAR 100 null

The name of the permission.

CreatedBy VARCHAR 100 null

UserName of user that created the record.

CreateDate DATETIME 19 null

Date the record was created.

UpdatedBy VARCHAR 100 null

UserName of last user that modified the record.

UpdateDate DATETIME 19 null

Date the record was last modified.

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc PluginPermissionId
PluginGuid_PermissionId Must be unique Asc/Asc PluginGuid + PermissionId

Diagram producer might be missing

No diagrams were produced please see application output for any errors