Database Table ProfilePermission |
[This is preliminary documentation and is subject to change.]
Each row in this table corresponds to an association between a permission and a profile in the security system
Field name | Type | Note | Description |
---|---|---|---|
Profile_Name | VARCHAR(255) | Primary key, Foreign key | link to Profile. |
Permission_name | VARCHAR(255) | Primary key, Foreign key | Link to Permission. |
Table | Relation |
---|---|
See field Profile_Name | |
See field Permission_Name |