SalaryLocation
Documentation for the SalaryLocation database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| locationName | String | The name or title of the salarylocation. |
| locationCode | String | Timestamp/Date for locationCode. |
| description | String | Detailed notes or remarks. |
| companyId | ObjectId | Unique reference to company. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| insertedDateId | Date | Unique reference to inserted Date. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| 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. |