<?php //%255BApp%255CEntity%255CReserva%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\\Reserva',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Reserva',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'id',
                        'id' => true,
                    ],
                    'localId' => [
                        'fieldName' => 'localId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'local_id',
                    ],
                    'filaId' => [
                        'fieldName' => 'filaId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'fila_id',
                    ],
                    'identificadorCliente' => [
                        'fieldName' => 'identificadorCliente',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 45,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'identificador_cliente',
                    ],
                    'nombres' => [
                        'fieldName' => 'nombres',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 45,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'nombres',
                    ],
                    'apellidos' => [
                        'fieldName' => 'apellidos',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 45,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'apellidos',
                    ],
                    'celular' => [
                        'fieldName' => 'celular',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 11,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'celular',
                    ],
                    'email' => [
                        'fieldName' => 'email',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 180,
                        'unique' => true,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'email',
                    ],
                    'horaCreacion' => [
                        'fieldName' => 'horaCreacion',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'hora_creacion',
                    ],
                    'horaReserva' => [
                        'fieldName' => 'horaReserva',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'hora_reserva',
                    ],
                    'horaAtencion' => [
                        'fieldName' => 'horaAtencion',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'hora_atencion',
                    ],
                    'horaTerminoAtencion' => [
                        'fieldName' => 'horaTerminoAtencion',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'hora_termino_atencion',
                    ],
                    'horaLlegadaCliente' => [
                        'fieldName' => 'horaLlegadaCliente',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'hora_llegada_cliente',
                    ],
                    'horaCancelacion' => [
                        'fieldName' => 'horaCancelacion',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'hora_cancelacion',
                    ],
                    'statusatencion' => [
                        'fieldName' => 'statusatencion',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'statusAtencion',
                    ],
                    'horaLimite' => [
                        'fieldName' => 'horaLimite',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'hora_limite',
                    ],
                    'codigo' => [
                        'fieldName' => 'codigo',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'codigo',
                    ],
                    'rut' => [
                        'fieldName' => 'rut',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 45,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'rut',
                    ],
                    'token' => [
                        'fieldName' => 'token',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'token',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'local_id' => 'localId',
                    'fila_id' => 'filaId',
                    'identificador_cliente' => 'identificadorCliente',
                    'nombres' => 'nombres',
                    'apellidos' => 'apellidos',
                    'celular' => 'celular',
                    'email' => 'email',
                    'hora_creacion' => 'horaCreacion',
                    'hora_reserva' => 'horaReserva',
                    'hora_atencion' => 'horaAtencion',
                    'hora_termino_atencion' => 'horaTerminoAtencion',
                    'hora_llegada_cliente' => 'horaLlegadaCliente',
                    'hora_cancelacion' => 'horaCancelacion',
                    'statusAtencion' => 'statusatencion',
                    'hora_limite' => 'horaLimite',
                    'codigo' => 'codigo',
                    'rut' => 'rut',
                    'token' => 'token',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'localId' => 'local_id',
                    'filaId' => 'fila_id',
                    'identificadorCliente' => 'identificador_cliente',
                    'nombres' => 'nombres',
                    'apellidos' => 'apellidos',
                    'celular' => 'celular',
                    'email' => 'email',
                    'horaCreacion' => 'hora_creacion',
                    'horaReserva' => 'hora_reserva',
                    'horaAtencion' => 'hora_atencion',
                    'horaTerminoAtencion' => 'hora_termino_atencion',
                    'horaLlegadaCliente' => 'hora_llegada_cliente',
                    'horaCancelacion' => 'hora_cancelacion',
                    'statusatencion' => 'statusAtencion',
                    'horaLimite' => 'hora_limite',
                    'codigo' => 'codigo',
                    'rut' => 'rut',
                    'token' => 'token',
                ],
            ],
            'table' => [
                [
                    'name' => 'reserva',
                    'indexes' => [
                        'index2' => [
                            'columns' => [
                                'fila_id',
                                'hora_reserva',
                            ],
                        ],
                        'index3' => [
                            'columns' => [
                                'local_id',
                            ],
                        ],
                    ],
                ],
            ],
            'associationMappings' => [
                [
                    'bloque' => [
                        'fieldName' => 'bloque',
                        'joinColumns' => [
                            [
                                'name' => 'bloque_id',
                                'referencedColumnName' => 'id',
                            ],
                        ],
                        'cascade' => [],
                        'inversedBy' => 'reservas',
                        'targetEntity' => 'App\\Entity\\HorarioReserva',
                        'fetch' => 2,
                        'type' => 2,
                        'mappedBy' => null,
                        'isOwningSide' => true,
                        'sourceEntity' => 'App\\Entity\\Reserva',
                        'isCascadeRemove' => false,
                        'isCascadePersist' => false,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                        'sourceToTargetKeyColumns' => [
                            'bloque_id' => 'id',
                        ],
                        'joinColumnFieldNames' => [
                            'bloque_id' => 'bloque_id',
                        ],
                        'targetToSourceKeyColumns' => [
                            'id' => 'bloque_id',
                        ],
                        'orphanRemoval' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
