<?php //App__Entity__WebsiteSetting__CLASSMETADATA__

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\\WebsiteSetting',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\WebsiteSetting',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\WebsiteSettingRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'key' => [
                        'fieldName' => 'key',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 100,
                        'unique' => true,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'setting_key',
                    ],
                    'type' => [
                        'fieldName' => 'type',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'type',
                    ],
                    'valueString' => [
                        'fieldName' => 'valueString',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'value_string',
                    ],
                    'valueInt' => [
                        'fieldName' => 'valueInt',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'value_int',
                    ],
                    'valueFloat' => [
                        'fieldName' => 'valueFloat',
                        'type' => 'float',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'value_float',
                    ],
                    'valueBool' => [
                        'fieldName' => 'valueBool',
                        'type' => 'boolean',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'value_bool',
                    ],
                    'valueJson' => [
                        'fieldName' => 'valueJson',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'value_json',
                    ],
                    'valueText' => [
                        'fieldName' => 'valueText',
                        'type' => 'text',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'value_text',
                    ],
                    'description' => [
                        'fieldName' => 'description',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'description',
                    ],
                    'updatedAt' => [
                        'fieldName' => 'updatedAt',
                        'type' => 'datetime_immutable',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'updated_at',
                    ],
                    'section' => [
                        'fieldName' => 'section',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 50,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'section',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'setting_key' => 'key',
                    'type' => 'type',
                    'value_string' => 'valueString',
                    'value_int' => 'valueInt',
                    'value_float' => 'valueFloat',
                    'value_bool' => 'valueBool',
                    'value_json' => 'valueJson',
                    'value_text' => 'valueText',
                    'description' => 'description',
                    'updated_at' => 'updatedAt',
                    'section' => 'section',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'key' => 'setting_key',
                    'type' => 'type',
                    'valueString' => 'value_string',
                    'valueInt' => 'value_int',
                    'valueFloat' => 'value_float',
                    'valueBool' => 'value_bool',
                    'valueJson' => 'value_json',
                    'valueText' => 'value_text',
                    'description' => 'description',
                    'updatedAt' => 'updated_at',
                    'section' => 'section',
                ],
            ],
            'table' => [
                [
                    'name' => 'website_setting',
                ],
            ],
            'lifecycleCallbacks' => [
                [
                    'prePersist' => [
                        'updateTimestamp',
                    ],
                    'preUpdate' => [
                        'updateTimestamp',
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
