<?php //App__Entity__Channel__ChannelPriceHistoryConfig__CLASSMETADATA__

return [PHP_INT_MAX, static fn () => \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Doctrine\\ORM\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Mapping\\ClassMetadata')),
        clone ($p['Doctrine\\ORM\\Id\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Entity\\Channel\\ChannelPriceHistoryConfig',
            ],
            'namespace' => [
                'App\\Entity\\Channel',
            ],
            'rootEntityName' => [
                'App\\Entity\\Channel\\ChannelPriceHistoryConfig',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'lowestPriceForDiscountedProductsCheckingPeriod' => [
                        'fieldName' => 'lowestPriceForDiscountedProductsCheckingPeriod',
                        'type' => 'integer',
                        'columnName' => 'lowest_price_for_discounted_products_checking_period',
                        'options' => [
                            'default' => '30',
                        ],
                        'declared' => 'Sylius\\Component\\Core\\Model\\ChannelPriceHistoryConfig',
                    ],
                    'lowestPriceForDiscountedProductsVisible' => [
                        'fieldName' => 'lowestPriceForDiscountedProductsVisible',
                        'type' => 'boolean',
                        'columnName' => 'lowest_price_for_discounted_products_visible',
                        'options' => [
                            'default' => '1',
                        ],
                        'declared' => 'Sylius\\Component\\Core\\Model\\ChannelPriceHistoryConfig',
                    ],
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'columnName' => 'id',
                        'id' => true,
                        'declared' => 'Sylius\\Component\\Core\\Model\\ChannelPriceHistoryConfig',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'lowest_price_for_discounted_products_checking_period' => 'lowestPriceForDiscountedProductsCheckingPeriod',
                    'lowest_price_for_discounted_products_visible' => 'lowestPriceForDiscountedProductsVisible',
                    'id' => 'id',
                ],
            ],
            'columnNames' => [
                [
                    'lowestPriceForDiscountedProductsCheckingPeriod' => 'lowest_price_for_discounted_products_checking_period',
                    'lowestPriceForDiscountedProductsVisible' => 'lowest_price_for_discounted_products_visible',
                    'id' => 'id',
                ],
            ],
            'table' => [
                [
                    'name' => 'sylius_channel_price_history_config',
                ],
            ],
            'associationMappings' => [
                [
                    'taxonsExcludedFromShowingLowestPrice' => [
                        'fieldName' => 'taxonsExcludedFromShowingLowestPrice',
                        'targetEntity' => 'App\\Entity\\Taxonomy\\Taxon',
                        'joinTable' => [
                            'name' => 'sylius_channel_price_history_config_excluded_taxons',
                            'joinColumns' => [
                                [
                                    'name' => 'channel_id',
                                    'referencedColumnName' => 'id',
                                    'nullable' => false,
                                    'onDelete' => 'CASCADE',
                                ],
                            ],
                            'inverseJoinColumns' => [
                                [
                                    'name' => 'taxon_id',
                                    'referencedColumnName' => 'id',
                                    'nullable' => false,
                                    'onDelete' => 'CASCADE',
                                ],
                            ],
                        ],
                        'orderBy' => [
                            'id' => 'ASC',
                        ],
                        'type' => 8,
                        'mappedBy' => null,
                        'inversedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Channel\\ChannelPriceHistoryConfig',
                        'fetch' => 2,
                        'cascade' => [],
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'joinTableColumns' => [
                            'channel_id',
                            'taxon_id',
                        ],
                        'isOnDeleteCascade' => true,
                        'relationToSourceKeyColumns' => [
                            'channel_id' => 'id',
                        ],
                        'relationToTargetKeyColumns' => [
                            'taxon_id' => 'id',
                        ],
                        'orphanRemoval' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
)];
