Skip to main content

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

Deprecated Fields

⚠️ Deprecation Notice: The following fields will be deprecated on Wednesday, January 7th, 2025. Please migrate to the recommended alternatives.

Deprecated FieldTypeRecommended Alternative
key_bridge_team_to_employee_idIntegerbridge_team_to_employee_id
key_employee_idIntegeremployee_id
key_team_idIntegerteam_id
  • api_employees - Employee details via employee_id
  • api_teams - Team details via team_id