<?php //%255BApp%255CEntity%255CEmail%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\\Email',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Email',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\EmailRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'awb' => [
                        'fieldName' => 'awb',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 100,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'awb',
                    ],
                    'MailTo' => [
                        'fieldName' => 'MailTo',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 1024,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'mail_to',
                    ],
                    'Subject' => [
                        'fieldName' => 'Subject',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 512,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'subject',
                    ],
                    'Note' => [
                        'fieldName' => 'Note',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 4096,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'note',
                    ],
                    'Sent' => [
                        'fieldName' => 'Sent',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'sent',
                    ],
                    'SentUserId' => [
                        'fieldName' => 'SentUserId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'sent_user_id',
                    ],
                    'CreatorId' => [
                        'fieldName' => 'CreatorId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'creator_id',
                    ],
                    'CreationDate' => [
                        'fieldName' => 'CreationDate',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'creation_date',
                    ],
                    'ModifyId' => [
                        'fieldName' => 'ModifyId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'modify_id',
                    ],
                    'ModifyDate' => [
                        'fieldName' => 'ModifyDate',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'modify_date',
                    ],
                    'Body' => [
                        'fieldName' => 'Body',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 4096,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'body',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'awb' => 'awb',
                    'mail_to' => 'MailTo',
                    'subject' => 'Subject',
                    'note' => 'Note',
                    'sent' => 'Sent',
                    'sent_user_id' => 'SentUserId',
                    'creator_id' => 'CreatorId',
                    'creation_date' => 'CreationDate',
                    'modify_id' => 'ModifyId',
                    'modify_date' => 'ModifyDate',
                    'body' => 'Body',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'awb' => 'awb',
                    'MailTo' => 'mail_to',
                    'Subject' => 'subject',
                    'Note' => 'note',
                    'Sent' => 'sent',
                    'SentUserId' => 'sent_user_id',
                    'CreatorId' => 'creator_id',
                    'CreationDate' => 'creation_date',
                    'ModifyId' => 'modify_id',
                    'ModifyDate' => 'modify_date',
                    'Body' => 'body',
                ],
            ],
            'table' => [
                [
                    'name' => 'email',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
