• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/migration/migrate.php
  • Класс: BitrixSaleLocationMigrationCUpdaterLocationPro
  • Вызов: CUpdaterLocationPro::prepareTableFields
protected function prepareTableFields($columnsSql, $dbType)
{
	$resSql = array();
	foreach($columnsSql as $colName => $sqls)
		if(isset($sqls[$dbType]))
			$resSql[] = $colName.' '.$sqls[$dbType];

	return implode(', ', $resSql);
}