Skip to main content

api_project_assignments

Description

The api_project_assignments table exposes project assignment entities, which represent the assignment of employees to specific project services and item types.

Fields

Field NameTypeDescription
project_assignment_idIntegerUnique identifier for the project assignment
project_idIntegerIdentifier of the project
project_service_idIntegerIdentifier of the project service
project_item_type_idIntegerIdentifier of the project item type
item_type_idIntegerIdentifier of the item type (hour type)
employee_idIntegerIdentifier of the assigned employee
assignmentStringName or description of the assignment
  • api_projects - Project details via project_id
  • api_project_services - Service details via project_service_id
  • api_employees - Employee details via employee_id
  • api_item_types - Item type details via item_type_id
  • api_project_assignments_facts - Daily facts via project_assignment_id