Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | ID of the code table entry for which permission has been assigned. | ||
![]() |
bit | Default = 1 | Specifies whether or not the code table entry is denied to the system role. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | SYSTEMROLE.ID | System role ID for which permission has been assigned. | |
![]() |
uniqueidentifier | CODETABLECATALOG.ID | Code table ID where the code table entry comes from. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
CODETABLECATALOGID | |||
![]() |
CODETABLEENTRYID | |||
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
ID | ![]() |
![]() |
|
![]() |
SYSTEMROLEID, CODETABLEENTRYID | ![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |