<?php //App__Entity__Log__CLASSMETADATA__

return [PHP_INT_MAX, static fn () => \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\\Log',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\Log',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'created_at' => [
                        'fieldName' => 'created_at',
                        'type' => 'datetime',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'options' => [
                            'default' => 'CURRENT_TIMESTAMP',
                        ],
                        'columnName' => 'created_at',
                    ],
                    'entity' => [
                        'fieldName' => 'entity',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 180,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'entity',
                    ],
                    'entityId' => [
                        'fieldName' => 'entityId',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'entity_id',
                    ],
                    'action' => [
                        'fieldName' => 'action',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 180,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'action',
                    ],
                    'field' => [
                        'fieldName' => 'field',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'field',
                    ],
                    'fieldOldValue' => [
                        'fieldName' => 'fieldOldValue',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'field_old_value',
                    ],
                    'fieldNewValue' => [
                        'fieldName' => 'fieldNewValue',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'field_new_value',
                    ],
                    'username' => [
                        'fieldName' => 'username',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 180,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'username',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'created_at' => 'created_at',
                    'entity' => 'entity',
                    'entity_id' => 'entityId',
                    'action' => 'action',
                    'field' => 'field',
                    'field_old_value' => 'fieldOldValue',
                    'field_new_value' => 'fieldNewValue',
                    'username' => 'username',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'created_at' => 'created_at',
                    'entity' => 'entity',
                    'entityId' => 'entity_id',
                    'action' => 'action',
                    'field' => 'field',
                    'fieldOldValue' => 'field_old_value',
                    'fieldNewValue' => 'field_new_value',
                    'username' => 'username',
                ],
            ],
            'table' => [
                [
                    'name' => 'log',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
)];
