api_teams_to_employees_bridge
⚠️ Important: Some fields in this table will be deprecated on Wednesday, January 7th, 2025. Please review the Deprecated Fields section below and migrate to the recommended alternatives.
This table provides the many-to-many relationship between teams and employees in Simplicate.
Description
The api_teams_to_employees_bridge table is a bridge table that links employees to their teams. An employee can belong
to multiple teams, and a team can have multiple employees.
Fields
| Field Name | Type | Description |
|---|---|---|
bridge_team_to_employee_id | Integer | Unique identifier for the team-employee relationship |
employee_id | Integer | Identifier of the employee in the team relationship |
team_id | Integer | Identifier of the team in the team relationship |
Deprecated Fields
⚠️ Deprecation Notice: The following fields will be deprecated on Wednesday, January 7th, 2025. Please migrate to the recommended alternatives.
| Deprecated Field | Type | Recommended Alternative |
|---|---|---|
key_bridge_team_to_employee_id | Integer | bridge_team_to_employee_id |
key_employee_id | Integer | employee_id |
key_team_id | Integer | team_id |
Related Tables
api_employees- Employee details viaemployee_idapi_teams- Team details viateam_id