<?php 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\\Members',
                ],
                'namespace' => [
                    'App\\Entity',
                ],
                'rootEntityName' => [
                    'App\\Entity\\Members',
                ],
                'customRepositoryClassName' => [
                    'App\\Repository\\MembersRepository',
                ],
                'identifier' => [
                    [
                        'id',
                    ],
                ],
                'generatorType' => [
                    4,
                ],
                'fieldMappings' => [
                    [
                        'id' => [
                            'fieldName' => 'id',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'id' => true,
                            'columnName' => 'id',
                        ],
                        'fName' => [
                            'fieldName' => 'fName',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'f_name',
                        ],
                        'lName' => [
                            'fieldName' => 'lName',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'l_name',
                        ],
                        'position' => [
                            'fieldName' => 'position',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'position',
                        ],
                        'facebook' => [
                            'fieldName' => 'facebook',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'facebook',
                        ],
                        'twitter' => [
                            'fieldName' => 'twitter',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'twitter',
                        ],
                        'linkedin' => [
                            'fieldName' => 'linkedin',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'linkedin',
                        ],
                        'tasks' => [
                            'fieldName' => 'tasks',
                            'type' => 'text',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'tasks',
                        ],
                        'isEnabled' => [
                            'fieldName' => 'isEnabled',
                            'type' => 'boolean',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'isEnabled',
                        ],
                    ],
                ],
                'fieldNames' => [
                    [
                        'id' => 'id',
                        'f_name' => 'fName',
                        'l_name' => 'lName',
                        'position' => 'position',
                        'facebook' => 'facebook',
                        'twitter' => 'twitter',
                        'linkedin' => 'linkedin',
                        'tasks' => 'tasks',
                        'isEnabled' => 'isEnabled',
                    ],
                ],
                'columnNames' => [
                    [
                        'id' => 'id',
                        'fName' => 'f_name',
                        'lName' => 'l_name',
                        'position' => 'position',
                        'facebook' => 'facebook',
                        'twitter' => 'twitter',
                        'linkedin' => 'linkedin',
                        'tasks' => 'tasks',
                        'isEnabled' => 'isEnabled',
                    ],
                ],
                'table' => [
                    [
                        'name' => 'Members',
                    ],
                ],
                'associationMappings' => [
                    [
                        'picture' => [
                            'fieldName' => 'picture',
                            'joinColumns' => [
                                [
                                    'name' => 'picture_id',
                                    'referencedColumnName' => 'id',
                                ],
                            ],
                            'cascade' => [
                                'persist',
                                'remove',
                            ],
                            'inversedBy' => null,
                            'targetEntity' => 'App\\Entity\\Pictures',
                            'fetch' => 2,
                            'type' => 2,
                            'mappedBy' => null,
                            'isOwningSide' => true,
                            'sourceEntity' => 'App\\Entity\\Members',
                            'isCascadeRemove' => true,
                            'isCascadePersist' => true,
                            'isCascadeRefresh' => false,
                            'isCascadeMerge' => false,
                            'isCascadeDetach' => false,
                            'sourceToTargetKeyColumns' => [
                                'picture_id' => 'id',
                            ],
                            'joinColumnFieldNames' => [
                                'picture_id' => 'picture_id',
                            ],
                            'targetToSourceKeyColumns' => [
                                'id' => 'picture_id',
                            ],
                            'orphanRemoval' => false,
                        ],
                    ],
                ],
                'idGenerator' => [
                    $o[1],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
