getSqlHelper(); return array( 'LID' => array( 'data_type' => 'string', 'primary' => true, ), 'DOMAIN' => array( 'data_type' => 'string', 'primary' => true, ), 'SITE' => array( 'data_type' => 'Bitrix\Main\Site', 'reference' => array('=this.LID' => 'ref.LID'), ), new Fields\ExpressionField('DOMAIN_LENGTH', $helper->getLengthFunction('%s'), 'DOMAIN'), ); } }