SalaryCityMaster
Documentation for the SalaryCityMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| cityCategoryId | ObjectId | Unique reference to city Category. |
| state | ObjectId | Timestamp/Date for state. |
| cityName | String | The name or title of the salarycitymaster. |
| code | String | Stores the code data. |
| centralOrState | String | Timestamp/Date for centralOrState. |
| CentralType | String | Stores the central type data. |
| PFNo | String | Stores the p f no data. |
| ESINo | String | Stores the e s i no data. |
| isMetro | Boolean | Stores the is metro data. |
| PTApplicable | Boolean | Stores the p t applicable data. |
| LWFApplicable | Boolean | Stores the l w f applicable data. |
| insertedUserId | ObjectId | Unique reference to inserted User. |
| updatedUserId | ObjectId | Unique reference to updated User. |
| insertedDateId | Date | Unique reference to inserted 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. |