<?php
// Bitrix\Bizproc\Automation\Trigger\Entity\TriggerTable :: getMap()
// /dist/bitrix/modules/bizproc/lib/automation/trigger/entity/trigger.php:21
public static function getMap()
{
return array(
'ID' => array('primary' => true, 'data_type' => 'integer'),
'NAME' => array('data_type' => 'string'),
'CODE' => array('data_type' => 'string'),
'MODULE_ID' => array('data_type' => 'string'),
'ENTITY' => array('data_type' => 'string'),
'DOCUMENT_TYPE' => array('data_type' => 'string'),
'DOCUMENT_STATUS' => array('data_type' => 'string'),
'APPLY_RULES' => array(
'data_type' => 'string',
'serialized' => true
)
);
}