Table

cm_sql_sources

Description

SQL Organizational Identity Sources

Plugin

SQL Source

Category

Available

Status

Experimental

Introduced

v4.1.0

Last Updated


Future: v5.0.0

sql_sources

Column

Format

Description

Definition

Comments

id

integer, primary key

Row identifier

autoincrement


org_identity_source_id

integer, foreign key

Organizational Identity Source ID

cm_org_identity_sources:id


server_idinteger, foreign keyServer ID for SQL Servercm_servers:id

Note foreign key is to Server model, not to SqlServer model

table_modevarchar(2)Table Mode
  • FL: Flat
  • RL: Relational

source_table

varchar(80)

Source Table Name


Used as a prefix in Relational mode

address_typevarchar(32)Type to assign to Address
Only used for Flat mode
email_address_typevarchar(32)Type to assign to Email Address
Only used for Flat mode
identifier_typevarchar(32)Type to assign to Identifier
Only used for Flat mode
name_typevarchar(32)Type to assign to Name
Only used for Flat mode
telephone_number_typevarchar(32)Type to assign to Telephone Number
Only used for Flat mode
url_typevarchar(32)Type to assign to URL
Only used for Flat mode