employeestatus
Stores the status of employees, such as 'Active', 'On Leave', or 'Inactive', to track employment conditions.
Columns
| Name | Type | References | Description |
| id [KEY] | Integer | The unique internal identifier for the record, used to track and reference it within the system. | |
| category | String | The category associated with the record, used to classify and organize records based on their characteristics or type. | |
| externalid | String | An external identifier used to link the record with external systems or services, enabling integration and synchronization. | |
| isinactive | Boolean | Indicates whether the record is marked as inactive, meaning it is no longer in use or relevant in current processes or reports. |