api_teams_to_employees_bridge
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 |
Related Tables
api_employees- Employee details viaemployee_idapi_teams- Team details viateam_id