array( 'data_type' => 'integer', 'primary' => true, ), 'OPERATION_ID' => array( 'data_type' => 'integer', 'primary' => true, ), 'OPERATION' => array( 'data_type' => 'Bitrix\Main\OperationTable', 'reference' => array('=this.OPERATION_ID' => 'ref.ID'), ), 'TASK' => array( 'data_type' => 'Bitrix\Main\TaskTable', 'reference' => array('=this.TASK_ID' => 'ref.ID'), ), ); } }