- Модуль: sale
- Путь к файлу: ~/bitrix/modules/sale/lib/internals/synchronizerlog.php
- Класс: BitrixSaleInternalsSynchronizerLogTable
- Вызов: SynchronizerLogTable::getMap
static function getMap()
{
return array(
'ID' => array(
'data_type' => 'integer',
'primary' => true,
'autocomplete' => true
),
'MESSAGE_ID' => array(
'data_type' => 'text'
),
'MESSAGE' => array(
'data_type' => 'text'
),
'DATE_INSERT' => array(
'data_type' => 'datetime',
'require' => true,
'default_value' => function(){return new BitrixMainTypeDateTime();}
)
);
}