Group
Documentation for the Group database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| name | String | The name or title of the group. |
| description | String | Detailed notes or remarks. |
| mongodbURL | String | Stores the mongodb u r l data. |
| groupType | String | Stores the group type data. |
| tag | String | Stores the tag data. |
| privacySettings | String | Stores the privacy settings data. |
| 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. |