<?php //%255BApp%255CEntity%255CInquiry%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\\Inquiry',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Inquiry',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\InquiryRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'email' => [
                        'fieldName' => 'email',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'email',
                    ],
                    'givenName' => [
                        'fieldName' => 'givenName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'prenom',
                    ],
                    'FamilyName' => [
                        'fieldName' => 'FamilyName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'nom',
                    ],
                    'phone' => [
                        'fieldName' => 'phone',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'telephone',
                    ],
                    'companyName' => [
                        'fieldName' => 'companyName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'nomentreprise',
                    ],
                    'industry' => [
                        'fieldName' => 'industry',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'secteurEntreprise',
                    ],
                    'address' => [
                        'fieldName' => 'address',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'adresse',
                    ],
                    'address2' => [
                        'fieldName' => 'address2',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'adressesuite',
                    ],
                    'zipCode' => [
                        'fieldName' => 'zipCode',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'codePostal',
                    ],
                    'City' => [
                        'fieldName' => 'City',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'ville',
                    ],
                    'Country' => [
                        'fieldName' => 'Country',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'Pays',
                    ],
                    'type' => [
                        'fieldName' => 'type',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'veut',
                    ],
                    'product1' => [
                        'fieldName' => 'product1',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'categorie1',
                    ],
                    'modele1' => [
                        'fieldName' => 'modele1',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'modele1',
                    ],
                    'quantity1' => [
                        'fieldName' => 'quantity1',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'quantite1',
                    ],
                    'product2' => [
                        'fieldName' => 'product2',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'modele2',
                    ],
                    'category2' => [
                        'fieldName' => 'category2',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'categorie2',
                    ],
                    'quantity2' => [
                        'fieldName' => 'quantity2',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'quantite2',
                    ],
                    'product3' => [
                        'fieldName' => 'product3',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'modele3',
                    ],
                    'quantity3' => [
                        'fieldName' => 'quantity3',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'quantite3',
                    ],
                    'category3' => [
                        'fieldName' => 'category3',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'categorie3',
                    ],
                    'question' => [
                        'fieldName' => 'question',
                        'type' => 'text',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'question',
                    ],
                    'source' => [
                        'fieldName' => 'source',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'source',
                    ],
                    'date' => [
                        'fieldName' => 'date',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'date',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'email' => 'email',
                    'prenom' => 'givenName',
                    'nom' => 'FamilyName',
                    'telephone' => 'phone',
                    'nomentreprise' => 'companyName',
                    'secteurEntreprise' => 'industry',
                    'adresse' => 'address',
                    'adressesuite' => 'address2',
                    'codePostal' => 'zipCode',
                    'ville' => 'City',
                    'Pays' => 'Country',
                    'veut' => 'type',
                    'categorie1' => 'product1',
                    'modele1' => 'modele1',
                    'quantite1' => 'quantity1',
                    'modele2' => 'product2',
                    'categorie2' => 'category2',
                    'quantite2' => 'quantity2',
                    'modele3' => 'product3',
                    'quantite3' => 'quantity3',
                    'categorie3' => 'category3',
                    'question' => 'question',
                    'source' => 'source',
                    'date' => 'date',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'email' => 'email',
                    'givenName' => 'prenom',
                    'FamilyName' => 'nom',
                    'phone' => 'telephone',
                    'companyName' => 'nomentreprise',
                    'industry' => 'secteurEntreprise',
                    'address' => 'adresse',
                    'address2' => 'adressesuite',
                    'zipCode' => 'codePostal',
                    'City' => 'ville',
                    'Country' => 'Pays',
                    'type' => 'veut',
                    'product1' => 'categorie1',
                    'modele1' => 'modele1',
                    'quantity1' => 'quantite1',
                    'product2' => 'modele2',
                    'category2' => 'categorie2',
                    'quantity2' => 'quantite2',
                    'product3' => 'modele3',
                    'quantity3' => 'quantite3',
                    'category3' => 'categorie3',
                    'question' => 'question',
                    'source' => 'source',
                    'date' => 'date',
                ],
            ],
            'table' => [
                [
                    'name' => 'DemandeDocumentation',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
