lwfSlabMaster
Documentation for the lwfSlabMaster database schema.
Fields
| Field | Data Type | Usage |
|---|---|---|
| companyId | ObjectId | Unique reference to company. |
| state | ObjectId | Timestamp/Date for state. |
| lwfLimit | Number | Stores the lwf limit data. |
| City | ObjectId | Stores the city data. |
| effectType | String | Stores the effect type data. |
| effectiveFrom | Date | Stores the effective from data. |
| Sequence | String | Stores the sequence data. |
| Amount | Number | Monetary or numeric value. |
| employerMultiple | Number | Stores the employer multiple data. |
| 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. |
| 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. |