<?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\\InvoiceTemplate',
                ],
                'namespace' => [
                    'App\\Entity',
                ],
                'rootEntityName' => [
                    'App\\Entity\\InvoiceTemplate',
                ],
                'customRepositoryClassName' => [
                    'App\\Repository\\InvoiceTemplateRepository',
                ],
                'identifier' => [
                    [
                        'id',
                    ],
                ],
                'generatorType' => [
                    4,
                ],
                'fieldMappings' => [
                    [
                        'id' => [
                            'fieldName' => 'id',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'id',
                            'id' => true,
                        ],
                        'name' => [
                            'fieldName' => 'name',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 60,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'name',
                        ],
                        'title' => [
                            'fieldName' => 'title',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'title',
                        ],
                        'company' => [
                            'fieldName' => 'company',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 255,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'company',
                        ],
                        'address' => [
                            'fieldName' => 'address',
                            'type' => 'text',
                            'scale' => 0,
                            'length' => 65535,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'address',
                        ],
                        'dueDays' => [
                            'fieldName' => 'dueDays',
                            'type' => 'integer',
                            'scale' => 0,
                            'length' => 3,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'due_days',
                        ],
                        'vat' => [
                            'fieldName' => 'vat',
                            'type' => 'float',
                            'scale' => 0,
                            'length' => null,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'vat',
                        ],
                        'calculator' => [
                            'fieldName' => 'calculator',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 20,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'calculator',
                        ],
                        'numberGenerator' => [
                            'fieldName' => 'numberGenerator',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 20,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'number_generator',
                        ],
                        'renderer' => [
                            'fieldName' => 'renderer',
                            'type' => 'string',
                            'scale' => 0,
                            'length' => 20,
                            'unique' => false,
                            'nullable' => false,
                            'precision' => 0,
                            'columnName' => 'renderer',
                        ],
                        'paymentTerms' => [
                            'fieldName' => 'paymentTerms',
                            'type' => 'text',
                            'scale' => 0,
                            'length' => 65535,
                            'unique' => false,
                            'nullable' => true,
                            'precision' => 0,
                            'columnName' => 'payment_terms',
                        ],
                    ],
                ],
                'fieldNames' => [
                    [
                        'id' => 'id',
                        'name' => 'name',
                        'title' => 'title',
                        'company' => 'company',
                        'address' => 'address',
                        'due_days' => 'dueDays',
                        'vat' => 'vat',
                        'calculator' => 'calculator',
                        'number_generator' => 'numberGenerator',
                        'renderer' => 'renderer',
                        'payment_terms' => 'paymentTerms',
                    ],
                ],
                'columnNames' => [
                    [
                        'id' => 'id',
                        'name' => 'name',
                        'title' => 'title',
                        'company' => 'company',
                        'address' => 'address',
                        'dueDays' => 'due_days',
                        'vat' => 'vat',
                        'calculator' => 'calculator',
                        'numberGenerator' => 'number_generator',
                        'renderer' => 'renderer',
                        'paymentTerms' => 'payment_terms',
                    ],
                ],
                'table' => [
                    [
                        'name' => 'kimai2_invoice_templates',
                        'uniqueConstraints' => [
                            [
                                'columns' => [
                                    'name',
                                ],
                            ],
                        ],
                    ],
                ],
                'idGenerator' => [
                    $o[1],
                ],
            ],
        ],
        $o[0],
        []
    );

}];
