/mcpThe Unified CCX system creates a new record in the configschema table for a specified configuration class. Table 29: ConfigSchema Table Fields Storage Description Field Name int NOT NULL Primary key Unique identifier assigned to the configuration class. configclassid lvarchar(512) NOT NULL Uniquely identifies a class. classname int NOT NULL Specifies the version of the configuration schema. version int NOT NULL Specifies the type of the private data. privatedatatype ConfigSchemaColumn Database table name: ConfigSchemaColumn This table provides information about the mapping details of other table columns. Table 30: ConfigSchemaColumn Table Fields Storage Description Field Name int NOT NULL Primary key Unique identifier assigned to the configuration class. configclassid int NOT NULL Identifies the index of the column. columnindex nvarchar(128,0) NOT NULL Name of the column. columnname lvarchar(512) NOT NULL The type of data stored in the column. columntype int NOT NULL Provides the sequence of the key. keysequence Cisco Unified Contact Center Express Database Schema Guide, Release 12.5(1) SU1 43 Database Schema ConfigSchemaColumn