Page
Documentation for the Page database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| pageName | String | The name or title of the page. |
| pageRoute | String | Stores the page route data. |
| description | String | Detailed notes or remarks. |
| module | String | Stores the module data. |
| companyId | ObjectId | Unique reference to company. |
| isActive | Boolean | Active status flag. |
| isDeleted | Boolean | Stores the is deleted data. |
| status | Boolean | Timestamp/Date for status. |
| deletedBy | ObjectId | Stores the deleted by data. |
| deletedTime | Date | Timestamp/Date for deletedTime. |