Column | Format | Description | Definition | Comments |
---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | |
tag | varchar(128) | Attribute Tag | Key is a reserved word for MySQL, so this column is called Tag. | |
value | varchar(256) | Attribute Value | ||
co_person_role_id | integer, foreign key | CO Person Role Record ID | Only one of | |
org_identity_id | integer, foreign key | Org Identity Record ID | Only one of | |
co_department_id | integer, foreign key | CO Department Record ID | cm_co_departments:id | Only one of co_person_id , org_identity_id , or co_department_id may be specified. |
source_ad_hoc_attribute_id | integer, foreign key | If Pipelines are in use, the Ad Hoc Attribute ID for the Org Identity Ad Hoc Attribute that created this record. | cm_ad_hoc_attributes:id |
Overview
Content Tools