- Модуль: crm
- Путь к файлу: ~/bitrix/modules/crm/lib/integrity/entity/duplicateindexmismatch.php
- Класс: Bitrix\Crm\Integrity\Entity\DuplicateIndexMismatchTable
- Вызов: DuplicateIndexMismatchTable::getMap
static function getMap()
{
return array(
'USER_ID' => array(
'data_type' => 'integer',
'primary' => true,
'required' => true
),
'ENTITY_TYPE_ID' => array(
'data_type' => 'integer',
'primary' => true,
'required' => true
),
'TYPE_ID' => array(
'data_type' => 'integer',
'primary' => true,
'required' => true
),
'MATCH_HASH' => array(
'data_type' => 'string',
'primary' => true,
'required' => true
),
'L_ENTITY_ID' => array(
'data_type' => 'integer',
'primary' => true,
'required' => true
),
'R_ENTITY_ID' => array(
'data_type' => 'integer',
'primary' => true,
'required' => true
),
'SCOPE' => array(
'data_type' => 'string',
'primary' => true,
'required' => true
)
);
}