<?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\\OcHistorial',
                ],
                'namespace' => [
                    'App\\Entity',
                ],
                'rootEntityName' => [
                    'App\\Entity\\OcHistorial',
                ],
                'customRepositoryClassName' => [
                    'App\\Repository\\OcHistorialRepository',
                ],
                'identifier' => [
                    [
                        'historialId',
                    ],
                ],
                'generatorType' => [
                    4,
                ],
                'fieldMappings' => [
                    [
                        'historialId' => [
                            'fieldName' => 'historialId',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'historial_id',
                            'id' => true,
                        ],
                        'estado' => [
                            'fieldName' => 'estado',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'estado',
                        ],
                        'fecha' => [
                            'fieldName' => 'fecha',
                            'type' => 'datetime',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'fecha',
                        ],
                    ],
                ],
                'fieldNames' => [
                    [
                        'historial_id' => 'historialId',
                        'estado' => 'estado',
                        'fecha' => 'fecha',
                    ],
                ],
                'columnNames' => [
                    [
                        'historialId' => 'historial_id',
                        'estado' => 'estado',
                        'fecha' => 'fecha',
                    ],
                ],
                'table' => [
                    [
                        'name' => 'oc_historial',
                    ],
                ],
                'associationMappings' => [
                    [
                        'oc' => [
                            'fieldName' => 'oc',
                            'joinColumns' => [
                                [
                                    'name' => 'oc_id',
                                    'unique' => false,
                                    'nullable' => true,
                                    'onDelete' => null,
                                    'columnDefinition' => null,
                                    'referencedColumnName' => 'oc_id',
                                ],
                            ],
                            'cascade' => [],
                            'inversedBy' => null,
                            'targetEntity' => 'App\\Entity\\Oc',
                            'fetch' => 2,
                            'type' => 2,
                            'mappedBy' => null,
                            'isOwningSide' => true,
                            'sourceEntity' => 'App\\Entity\\OcHistorial',
                            'isCascadeRemove' => false,
                            'isCascadePersist' => false,
                            'isCascadeRefresh' => false,
                            'isCascadeMerge' => false,
                            'isCascadeDetach' => false,
                            'sourceToTargetKeyColumns' => [
                                'oc_id' => 'oc_id',
                            ],
                            'joinColumnFieldNames' => [
                                'oc_id' => 'oc_id',
                            ],
                            'targetToSourceKeyColumns' => [
                                'oc_id' => 'oc_id',
                            ],
                            'orphanRemoval' => false,
                        ],
                    ],
                ],
                'idGenerator' => [
                    $o[1],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
