- Модуль: socialnetwork
- Путь к файлу: ~/bitrix/modules/socialnetwork/lib/logsubscribe.php
- Класс: BitrixSocialnetworkLogSubscribeTable
- Вызов: LogSubscribeTable::getMap
static function getMap()
{
$fieldsMap = array(
'USER_ID' => array(
'data_type' => 'integer',
'primary' => true
),
'LOG_ID' => array(
'data_type' => 'integer',
'primary' => true
),
'TYPE' => array(
'data_type' => 'string',
'primary' => true
),
'END_DATE' => array(
'data_type' => 'datetime',
),
);
return $fieldsMap;
}