PermissionType
The table defining different types of permissions (such as read, write, or delete), used for fine-grained access control in the system.
Columns
| Name | Type | References | Description |
| adminonly | Boolean | Indicates whether the record is restricted to admin access only, controlling whether regular users can view or modify it. | |
| everyone | Boolean | Indicates whether the record is accessible to all users, making it publicly available for viewing or editing based on user permissions. | |
| feature | String | A description of the specific feature or functionality associated with the record, often used to categorize or enable particular capabilities. | |
| name | String | The name associated with the record, typically used for identification, display, or organizational purposes in the system. |