<?php //App__Entity__Snapshot__CLASSMETADATA__

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\\Snapshot',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Snapshot',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\SnapshotRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'updateTime' => [
                        'fieldName' => 'updateTime',
                        'type' => 'datetime',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'update_time',
                    ],
                    'topasID' => [
                        'fieldName' => 'topasID',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'topas_id',
                    ],
                    'tankID' => [
                        'fieldName' => 'tankID',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'tank_id',
                    ],
                    'serialnumber' => [
                        'fieldName' => 'serialnumber',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'serialnumber',
                    ],
                    'measuredData' => [
                        'fieldName' => 'measuredData',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'measured_data',
                    ],
                    'portData' => [
                        'fieldName' => 'portData',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'port_data',
                    ],
                    'companyID' => [
                        'fieldName' => 'companyID',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'company_id',
                    ],
                    'tankData' => [
                        'fieldName' => 'tankData',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'tank_data',
                    ],
                    'statusSummary' => [
                        'fieldName' => 'statusSummary',
                        'type' => 'json',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'status_summary',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'update_time' => 'updateTime',
                    'topas_id' => 'topasID',
                    'tank_id' => 'tankID',
                    'serialnumber' => 'serialnumber',
                    'measured_data' => 'measuredData',
                    'port_data' => 'portData',
                    'company_id' => 'companyID',
                    'tank_data' => 'tankData',
                    'status_summary' => 'statusSummary',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'updateTime' => 'update_time',
                    'topasID' => 'topas_id',
                    'tankID' => 'tank_id',
                    'serialnumber' => 'serialnumber',
                    'measuredData' => 'measured_data',
                    'portData' => 'port_data',
                    'companyID' => 'company_id',
                    'tankData' => 'tank_data',
                    'statusSummary' => 'status_summary',
                ],
            ],
            'table' => [
                [
                    'name' => 'snapshot',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
