<?php //%255BKunstmaan%255CTranslatorBundle%255CEntity%255CTranslation%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' => [
                'Kunstmaan\\TranslatorBundle\\Entity\\Translation',
            ],
            'namespace' => [
                'Kunstmaan\\TranslatorBundle\\Entity',
            ],
            'rootEntityName' => [
                'Kunstmaan\\TranslatorBundle\\Entity\\Translation',
            ],
            'customRepositoryClassName' => [
                'Kunstmaan\\TranslatorBundle\\Repository\\TranslationRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'translationId' => [
                        'fieldName' => 'translationId',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'translation_id',
                    ],
                    'keyword' => [
                        'fieldName' => 'keyword',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'keyword',
                    ],
                    'locale' => [
                        'fieldName' => 'locale',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 5,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'locale',
                    ],
                    'status' => [
                        'fieldName' => 'status',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 10,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'options' => [
                            'default' => 'enabled',
                        ],
                        'columnName' => 'status',
                    ],
                    'file' => [
                        'fieldName' => 'file',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 50,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'file',
                    ],
                    'text' => [
                        'fieldName' => 'text',
                        'type' => 'text',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'text',
                    ],
                    'domain' => [
                        'fieldName' => 'domain',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 30,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'domain',
                    ],
                    'createdAt' => [
                        'fieldName' => 'createdAt',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'created_at',
                    ],
                    'updatedAt' => [
                        'fieldName' => 'updatedAt',
                        'type' => 'datetime',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'updated_at',
                    ],
                    'flag' => [
                        'fieldName' => 'flag',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'flag',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'translation_id' => 'translationId',
                    'keyword' => 'keyword',
                    'locale' => 'locale',
                    'status' => 'status',
                    'file' => 'file',
                    'text' => 'text',
                    'domain' => 'domain',
                    'created_at' => 'createdAt',
                    'updated_at' => 'updatedAt',
                    'flag' => 'flag',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'translationId' => 'translation_id',
                    'keyword' => 'keyword',
                    'locale' => 'locale',
                    'status' => 'status',
                    'file' => 'file',
                    'text' => 'text',
                    'domain' => 'domain',
                    'createdAt' => 'created_at',
                    'updatedAt' => 'updated_at',
                    'flag' => 'flag',
                ],
            ],
            'table' => [
                [
                    'name' => 'kuma_translation',
                    'indexes' => [
                        'idx_translation_locale_domain' => [
                            'columns' => [
                                'locale',
                                'domain',
                            ],
                        ],
                    ],
                    'uniqueConstraints' => [
                        'keyword_per_locale' => [
                            'columns' => [
                                'keyword',
                                'locale',
                                'domain',
                            ],
                        ],
                        'translation_id_per_locale' => [
                            'columns' => [
                                'translation_id',
                                'locale',
                            ],
                        ],
                    ],
                ],
            ],
            'lifecycleCallbacks' => [
                [
                    'prePersist' => [
                        'prePersist',
                    ],
                    'preUpdate' => [
                        'preUpdate',
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
