Table

cm_urls

Description

URLs

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


url

varchar(256)

URL

RFC 3986


descriptionvarchar(128)Description

type

varchar(32)

Type of url, as enumerated


When attached to a CO Person, types may be configured on a per-CO basis. See Extending the Registry Data Model.

language

varchar(16)

Language encoding of this name

RFC 5646

For supported values, see lang.php

Added in v4.4.0

co_person_id

integer, foreign key

CO Person Record ID

cm_co_people:id

Only one of co_person_id, org_identity_id, or co_department_id may be specified

org_identity_id

integer, foreign key

Org Identity Record ID

cm_org_identities:id

Only one of co_person_id, org_identity_id, or co_department_id may be specified

co_department_idinteger, foreign keyCO Department Record IDcm_co_departments:idOnly one of co_person_id, org_identity_id, or co_department_id may be specified
source_url_idinteger, foreign keyIf Pipelines are in use, the URL ID for the Org Identity URL that created this record.cm_urls:id