12 \Magento\Framework\Module\Setup\Migration::ENTITY_TYPE_RESOURCE,
13 \Magento\Framework\Module\Setup\Migration::FIELD_CONTENT_TYPE_PLAIN,
14 [
'pk_field1',
'pk_field2'],
18 [
'collection' =>
'customer/attribute_collection',
'pk_field1' =>
'pk_value1',
'pk_field2' =>
'pk_value2'],
24 'field' =>
'collection',
25 'to' => \Magento\Customer\Model\ResourceModel\Attribute\Collection::class,
26 'from' => [
'`pk_field1` = ?' =>
'pk_value1',
'`pk_field2` = ?' =>
'pk_value2'],
30 \Magento\Framework\Module\Setup\Migration::ENTITY_TYPE_RESOURCE => [
31 'customer/attribute_collection' => \Magento\Customer\Model\ResourceModel\Attribute\Collection::class,