Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkSecurityID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each security permission assignment |
||||
| fkSecurable1ID | int | 4 | null |
|
|
Primary securable reference - Links to SecurableItems table for the first securable item in the relationship |
|||||
| Securable1ID | int | 4 | null |
|
|
Primary securable ID - Identifier value for the first securable item |
|||||
| fkSecurable2ID | int | 4 | null |
|
|
Secondary securable reference - Links to SecurableItems table for the second securable item in the relationship |
|||||
| Securable2ID | int | 4 | null |
|
|
Secondary securable ID - Identifier value for the second securable item |
|||||
| DateAssigned | smalldatetime | 16 | (getdate()) |
|
|
Assignment date - Date when the security permission was assigned |
|||||
| AssignedBy | int | 4 | √ | null |
|
|
Assigned by user - UserID of the person who assigned the security permission |
||||
| showCriteria | bit | 1 | √ | null |
|
|
Show criteria flag - Boolean indicating whether to display criteria for this security assignment |
||||
| itemOrder | int | 4 | √ | null |
|
|
Item order - Numeric order for displaying security items in user interfaces |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_Security | Primary key | Asc | pkSecurityID |
