<?php //%255BApp%255CJourney%255CEntity%255CJourney%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\\Journey\\Entity\\Journey',
            ],
            'namespace' => [
                'App\\Journey\\Entity',
            ],
            'rootEntityName' => [
                'App\\Journey\\Entity\\Journey',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'proposalId' => [
                        'fieldName' => 'proposalId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'proposal_id',
                    ],
                    'userId' => [
                        'fieldName' => 'userId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'user_id',
                    ],
                    'userName' => [
                        'fieldName' => 'userName',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'user_name',
                    ],
                    'age' => [
                        'fieldName' => 'age',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'age',
                    ],
                    'gender' => [
                        'fieldName' => 'gender',
                        'type' => 'smallint',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'gender',
                    ],
                    'seatsDriver' => [
                        'fieldName' => 'seatsDriver',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'options' => [
                            'default' => 0,
                        ],
                        'columnName' => 'seats_driver',
                    ],
                    'origin' => [
                        'fieldName' => 'origin',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'origin',
                    ],
                    'latitudeOrigin' => [
                        'fieldName' => 'latitudeOrigin',
                        'type' => 'decimal',
                        'scale' => 6,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 10,
                        'columnName' => 'latitude_origin',
                    ],
                    'longitudeOrigin' => [
                        'fieldName' => 'longitudeOrigin',
                        'type' => 'decimal',
                        'scale' => 6,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 10,
                        'columnName' => 'longitude_origin',
                    ],
                    'destination' => [
                        'fieldName' => 'destination',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'destination',
                    ],
                    'latitudeDestination' => [
                        'fieldName' => 'latitudeDestination',
                        'type' => 'decimal',
                        'scale' => 6,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 10,
                        'columnName' => 'latitude_destination',
                    ],
                    'longitudeDestination' => [
                        'fieldName' => 'longitudeDestination',
                        'type' => 'decimal',
                        'scale' => 6,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 10,
                        'columnName' => 'longitude_destination',
                    ],
                    'frequency' => [
                        'fieldName' => 'frequency',
                        'type' => 'smallint',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'frequency',
                    ],
                    'priceKm' => [
                        'fieldName' => 'priceKm',
                        'type' => 'decimal',
                        'scale' => 6,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 10,
                        'options' => [
                            'default' => 0,
                        ],
                        'columnName' => 'price_km',
                    ],
                    'distance' => [
                        'fieldName' => 'distance',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'options' => [
                            'default' => 0,
                        ],
                        'columnName' => 'distance',
                    ],
                    'duration' => [
                        'fieldName' => 'duration',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'options' => [
                            'default' => 0,
                        ],
                        'columnName' => 'duration',
                    ],
                    'type' => [
                        'fieldName' => 'type',
                        'type' => 'smallint',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'type',
                    ],
                    'role' => [
                        'fieldName' => 'role',
                        'type' => 'smallint',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'role',
                    ],
                    'fromDate' => [
                        'fieldName' => 'fromDate',
                        'type' => 'date',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'from_date',
                    ],
                    'toDate' => [
                        'fieldName' => 'toDate',
                        'type' => 'date',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'to_date',
                    ],
                    'time' => [
                        'fieldName' => 'time',
                        'type' => 'time',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'time',
                    ],
                    'days' => [
                        'fieldName' => 'days',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'days',
                    ],
                    'outwardTimes' => [
                        'fieldName' => 'outwardTimes',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'outward_times',
                    ],
                    'returnTimes' => [
                        'fieldName' => 'returnTimes',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'return_times',
                    ],
                    'createdDate' => [
                        'fieldName' => 'createdDate',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'created_date',
                    ],
                    'updatedDate' => [
                        'fieldName' => 'updatedDate',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'updated_date',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'proposal_id' => 'proposalId',
                    'user_id' => 'userId',
                    'user_name' => 'userName',
                    'age' => 'age',
                    'gender' => 'gender',
                    'seats_driver' => 'seatsDriver',
                    'origin' => 'origin',
                    'latitude_origin' => 'latitudeOrigin',
                    'longitude_origin' => 'longitudeOrigin',
                    'destination' => 'destination',
                    'latitude_destination' => 'latitudeDestination',
                    'longitude_destination' => 'longitudeDestination',
                    'frequency' => 'frequency',
                    'price_km' => 'priceKm',
                    'distance' => 'distance',
                    'duration' => 'duration',
                    'type' => 'type',
                    'role' => 'role',
                    'from_date' => 'fromDate',
                    'to_date' => 'toDate',
                    'time' => 'time',
                    'days' => 'days',
                    'outward_times' => 'outwardTimes',
                    'return_times' => 'returnTimes',
                    'created_date' => 'createdDate',
                    'updated_date' => 'updatedDate',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'proposalId' => 'proposal_id',
                    'userId' => 'user_id',
                    'userName' => 'user_name',
                    'age' => 'age',
                    'gender' => 'gender',
                    'seatsDriver' => 'seats_driver',
                    'origin' => 'origin',
                    'latitudeOrigin' => 'latitude_origin',
                    'longitudeOrigin' => 'longitude_origin',
                    'destination' => 'destination',
                    'latitudeDestination' => 'latitude_destination',
                    'longitudeDestination' => 'longitude_destination',
                    'frequency' => 'frequency',
                    'priceKm' => 'price_km',
                    'distance' => 'distance',
                    'duration' => 'duration',
                    'type' => 'type',
                    'role' => 'role',
                    'fromDate' => 'from_date',
                    'toDate' => 'to_date',
                    'time' => 'time',
                    'days' => 'days',
                    'outwardTimes' => 'outward_times',
                    'returnTimes' => 'return_times',
                    'createdDate' => 'created_date',
                    'updatedDate' => 'updated_date',
                ],
            ],
            'table' => [
                [
                    'name' => 'journey',
                    'indexes' => [
                        'IDX_ORIGIN' => [
                            'columns' => [
                                'origin',
                            ],
                        ],
                        'IDX_DESTINATION' => [
                            'columns' => [
                                'destination',
                            ],
                        ],
                        'IDX_ORIGIN_DESTINATION' => [
                            'columns' => [
                                'origin',
                                'destination',
                            ],
                        ],
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
