SAL_Sections_Master
Documentation for the SAL_Sections_Master database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| sectionId | ObjectId | Unique reference to section. |
| description | String | Detailed notes or remarks. |
| isParent | Boolean | Stores the is parent data. |
| parentSectionId | ObjectId | Unique reference to parent Section. |
| maximumLimit | mongoose.Types.Decimal128 | Stores the maximum limit data. |
| isActive | Boolean | Active status flag. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | ObjectId | Unique reference to inserted Date. |
| updatedDateId | ObjectId | Unique reference to updated Date. |
| timestamp | Date | Timestamp/Date for timestamp. |