<?php //%255BKunstmaan%255CRedirectBundle%255CEntity%255CRedirect%2524CLASSMETADATA%255D%255B1%255D

return [PHP_INT_MAX, static function () { return \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\\BigIntegerIdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\BigIntegerIdentityGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'Kunstmaan\\RedirectBundle\\Entity\\Redirect',
            ],
            'namespace' => [
                'Kunstmaan\\RedirectBundle\\Entity',
            ],
            'rootEntityName' => [
                'Kunstmaan\\RedirectBundle\\Entity\\Redirect',
            ],
            'customRepositoryClassName' => [
                'Kunstmaan\\RedirectBundle\\Repository\\RedirectRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'domain' => [
                        'fieldName' => 'domain',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'domain',
                    ],
                    'origin' => [
                        'fieldName' => 'origin',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'origin',
                    ],
                    'note' => [
                        'fieldName' => 'note',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'note',
                    ],
                    'target' => [
                        'fieldName' => 'target',
                        'type' => 'text',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'target',
                    ],
                    'permanent' => [
                        'fieldName' => 'permanent',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'permanent',
                    ],
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'bigint',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'domain' => 'domain',
                    'origin' => 'origin',
                    'note' => 'note',
                    'target' => 'target',
                    'permanent' => 'permanent',
                    'id' => 'id',
                ],
            ],
            'columnNames' => [
                [
                    'domain' => 'domain',
                    'origin' => 'origin',
                    'note' => 'note',
                    'target' => 'target',
                    'permanent' => 'permanent',
                    'id' => 'id',
                ],
            ],
            'table' => [
                [
                    'name' => 'kuma_redirects',
                    'uniqueConstraints' => [
                        'kuma_redirects_idx_domain_origin' => [
                            'columns' => [
                                'domain',
                                'origin',
                            ],
                        ],
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
