Table that stores the relationship between the campaign and the integration project.
Data model
Fields
| Field | Type | Description |
|---|---|---|
| company_id* | INT | Company Identifier |
| project_id* | INT | Project ID |
Primary Key
| PK_AFLS_COMPANIES_PROJECTS |
|---|
| company_id, project_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| company_id* | dbo.AFLS_COMPANIES | comp_id | FK01_AFLS_COMPANIES_PROJECTS |
| project_id* | dbo.AFLS_JSONSCHEMA_ASMS | project_asms_id | FK02_AFLS_COMPANIES_PROJECTS |