Custom Permission Levels
| Column Name | Type | Length | Nullable | Unicode | Description |
|---|---|---|---|---|---|
| creationDate | bigint | N/A | false | ||
| creatorId | bigint | N/A | true | ID of the user who created this custom permission level | |
| description | varchar | 255 | false | Description for the associated permission level | |
| modificationDate | bigint | N/A | false | ||
| permLevelId | bigint | N/A | false | ID in the jivePermLevel table |