Skip to main content

Table api_teams_to_employees_bridge

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.

P
Written by Product Management
Updated this week

⚠️ 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.

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 via employee_id

  • _api_teams - Team details via team_id

Did this answer your question?