- Модуль: sender
- Путь к файлу: ~/bitrix/modules/sender/lib/internals/model/message.php
- Класс: Bitrix\Sender\Internals\Model\MessageTable
- Вызов: MessageTable::getMap
static function getMap()
{
return array(
'ID' => array(
'data_type' => 'integer',
'primary' => true,
'autoincrement' => true,
),
'CODE' => array(
'data_type' => 'string',
'required' => true,
),
'UTM' => array(
'data_type' => MessageUtmTable::class,
'reference' => array('=this.ID' => 'ref.MESSAGE_ID'),
),
);
}