• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/cashbox/internals/checkrelatedentities.php
  • Класс: BitrixSaleCashboxInternalsCheckRelatedEntitiesTable
  • Вызов: CheckRelatedEntitiesTable::getMap
static function getMap()
{
	return array(
		'ID' => array(
			'primary' => true,
			'autocomplete' => true,
			'autoincrement' => true,
			'data_type' => 'integer',
		),
		'CHECK_ID' => array(
			'required' => true,
			'data_type' => 'integer',
		),
		'ENTITY_ID' => array(
			'required' => true,
			'data_type' => 'integer',
		),
		'ENTITY_TYPE' => array(
			'required' => true,
			'data_type' => 'string',
		),
		'ENTITY_CHECK_TYPE' => array(
			'data_type' => 'string',
		),
	);
}