<?php //%255BApp%255CEntity%255CPopup%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\\IdentityGenerator'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Doctrine\\ORM\\Id\\IdentityGenerator')),
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Entity\\Popup',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Popup',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\PopupRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'text_en' => [
                        'fieldName' => 'text_en',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'text_en',
                    ],
                    'text_ru' => [
                        'fieldName' => 'text_ru',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'text_ru',
                    ],
                    'text_lv' => [
                        'fieldName' => 'text_lv',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'text_lv',
                    ],
                    'text_es' => [
                        'fieldName' => 'text_es',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'text_es',
                    ],
                    'priority' => [
                        'fieldName' => 'priority',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'priority',
                    ],
                    'expiration_date' => [
                        'fieldName' => 'expiration_date',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'expiration_date',
                    ],
                    'timestamp' => [
                        'fieldName' => 'timestamp',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'timestamp',
                    ],
                    'exit_button' => [
                        'fieldName' => 'exit_button',
                        'type' => 'boolean',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'exit_button',
                    ],
                    'status' => [
                        'fieldName' => 'status',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'status',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'text_en' => 'text_en',
                    'text_ru' => 'text_ru',
                    'text_lv' => 'text_lv',
                    'text_es' => 'text_es',
                    'priority' => 'priority',
                    'expiration_date' => 'expiration_date',
                    'timestamp' => 'timestamp',
                    'exit_button' => 'exit_button',
                    'status' => 'status',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'text_en' => 'text_en',
                    'text_ru' => 'text_ru',
                    'text_lv' => 'text_lv',
                    'text_es' => 'text_es',
                    'priority' => 'priority',
                    'expiration_date' => 'expiration_date',
                    'timestamp' => 'timestamp',
                    'exit_button' => 'exit_button',
                    'status' => 'status',
                ],
            ],
            'table' => [
                [
                    'name' => 'popup',
                ],
            ],
            'associationMappings' => [
                [
                    'popupLogs' => [
                        'fieldName' => 'popupLogs',
                        'mappedBy' => 'popup',
                        'targetEntity' => 'App\\Entity\\PopupLog',
                        'cascade' => [],
                        'orphanRemoval' => false,
                        'fetch' => 2,
                        'type' => 4,
                        'inversedBy' => null,
                        'isOwningSide' => false,
                        'sourceEntity' => 'App\\Entity\\Popup',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
