RolePermission
Documentation for the RolePermission database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| pageId | ObjectId | Unique reference to page. |
| view | Boolean | Stores the view data. |
| add | Boolean | Stores the add data. |
| edit | Boolean | Stores the edit data. |
| delete | Boolean | Stores the delete data. |