SAL_Perquisite_Master
Documentation for the SAL_Perquisite_Master database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| anyId | ObjectId | Unique reference to any. |
| perquisiteId | ObjectId | Unique reference to perquisite. |
| description | String | Detailed notes or remarks. |
| 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. |