SalaryNatureMaster
Documentation for the SalaryNatureMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| nature | String | Timestamp/Date for nature. |
| companyId | ObjectId | Unique reference to company. |
| createdByUserId | ObjectId | Unique reference to created By User. |
| updatedByUserId | ObjectId | Unique reference to updated By User. |
| createdDateId | Date | Unique reference to created Date. |
| updatedDateId | Date | Unique reference to updated Date. |
| 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. |