Skip to main content

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 NameTypeDescription
bridge_team_to_employee_idIntegerUnique identifier for the team-employee relationship
employee_idIntegerIdentifier of the employee in the team relationship
team_idIntegerIdentifier of the team in the team relationship
  • api_employees - Employee details via employee_id
  • api_teams - Team details via team_id