deployment_service_memberships
Join table associating deployments with deployment services. A deployment can belong to multiple services.
-
id
Primary key - Unique identifier for the row.
-
deployment_id
Foreign key - ID of the deployment.
-
deployment_service_id
Foreign key - ID of the deployment service.