<?php //Terminal42__ShortlinkBundle__Entity__Shortlink__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' => [
                'Terminal42\\ShortlinkBundle\\Entity\\Shortlink',
            ],
            'namespace' => [
                'Terminal42\\ShortlinkBundle\\Entity',
            ],
            'rootEntityName' => [
                'Terminal42\\ShortlinkBundle\\Entity\\Shortlink',
            ],
            'customRepositoryClassName' => [
                'Terminal42\\ShortlinkBundle\\Repository\\ShortlinkRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'options' => [
                            'unsigned' => true,
                        ],
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'tstamp' => [
                        'fieldName' => 'tstamp',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'options' => [
                            'unsigned' => true,
                            'default' => 0,
                        ],
                        'columnName' => 'tstamp',
                    ],
                    'alias' => [
                        'fieldName' => 'alias',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 128,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'options' => [
                            'default' => '',
                        ],
                        'columnName' => 'alias',
                    ],
                    'name' => [
                        'fieldName' => 'name',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'options' => [
                            'default' => '',
                        ],
                        'columnName' => 'name',
                    ],
                    'target' => [
                        'fieldName' => 'target',
                        'type' => 'text',
                        'scale' => null,
                        'length' => 65535,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'target',
                    ],
                    'published' => [
                        'fieldName' => 'published',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 1,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'options' => [
                            'fixed' => true,
                            'default' => '',
                        ],
                        'columnName' => 'published',
                    ],
                    'dateAdded' => [
                        'fieldName' => 'dateAdded',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'options' => [
                            'unsigned' => true,
                            'default' => 0,
                        ],
                        'columnName' => 'dateAdded',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'tstamp' => 'tstamp',
                    'alias' => 'alias',
                    'name' => 'name',
                    'target' => 'target',
                    'published' => 'published',
                    'dateAdded' => 'dateAdded',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'tstamp' => 'tstamp',
                    'alias' => 'alias',
                    'name' => 'name',
                    'target' => 'target',
                    'published' => 'published',
                    'dateAdded' => 'dateAdded',
                ],
            ],
            'table' => [
                [
                    'name' => 'tl_terminal42_shortlink',
                    'indexes' => [
                        'published' => [
                            'columns' => [
                                'published',
                                'alias',
                            ],
                        ],
                    ],
                ],
            ],
            'associationMappings' => [
                [
                    'logs' => [
                        'fieldName' => 'logs',
                        'mappedBy' => 'shortlink',
                        'targetEntity' => 'Terminal42\\ShortlinkBundle\\Entity\\ShortlinkLog',
                        'cascade' => [
                            'persist',
                            'remove',
                        ],
                        'orphanRemoval' => false,
                        'fetch' => 4,
                        'type' => 4,
                        'inversedBy' => null,
                        'isOwningSide' => false,
                        'sourceEntity' => 'Terminal42\\ShortlinkBundle\\Entity\\Shortlink',
                        'isCascadeRemove' => true,
                        'isCascadePersist' => true,
                        'isCascadeRefresh' => false,
                        'isCascadeMerge' => false,
                        'isCascadeDetach' => false,
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
)];
