<?php //App__Entity__WizOptions__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\\WizOptions',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\WizOptions',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\WizOptionsRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'WOPIDSetup' => [
                        'fieldName' => 'WOPIDSetup',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'wopidsetup',
                    ],
                    'WOPType' => [
                        'fieldName' => 'WOPType',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 1,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'woptype',
                    ],
                    'WOPKey' => [
                        'fieldName' => 'WOPKey',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 100,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'wopkey',
                    ],
                    'WOPName' => [
                        'fieldName' => 'WOPName',
                        'type' => 'string',
                        'scale' => null,
                        'length' => 200,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'wopname',
                    ],
                    'WOPNameIdTrans' => [
                        'fieldName' => 'WOPNameIdTrans',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => null,
                        'columnName' => 'wopname_id_trans',
                    ],
                    'WOPActime' => [
                        'fieldName' => 'WOPActime',
                        'type' => 'smallint',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'wopactime',
                    ],
                    'WOPOrder' => [
                        'fieldName' => 'WOPOrder',
                        'type' => 'smallint',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'woporder',
                    ],
                    'WOPMacchinaId' => [
                        'fieldName' => 'WOPMacchinaId',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'wopmacchina_id',
                    ],
                    'CreatorId' => [
                        'fieldName' => 'CreatorId',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'creator_id',
                    ],
                    'CreationDate' => [
                        'fieldName' => 'CreationDate',
                        'type' => 'datetime',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'creation_date',
                    ],
                    'ModifyId' => [
                        'fieldName' => 'ModifyId',
                        'type' => 'integer',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'modify_id',
                    ],
                    'ModifyDate' => [
                        'fieldName' => 'ModifyDate',
                        'type' => 'datetime',
                        'scale' => null,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => null,
                        'columnName' => 'modify_date',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'wopidsetup' => 'WOPIDSetup',
                    'woptype' => 'WOPType',
                    'wopkey' => 'WOPKey',
                    'wopname' => 'WOPName',
                    'wopname_id_trans' => 'WOPNameIdTrans',
                    'wopactime' => 'WOPActime',
                    'woporder' => 'WOPOrder',
                    'wopmacchina_id' => 'WOPMacchinaId',
                    'creator_id' => 'CreatorId',
                    'creation_date' => 'CreationDate',
                    'modify_id' => 'ModifyId',
                    'modify_date' => 'ModifyDate',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'WOPIDSetup' => 'wopidsetup',
                    'WOPType' => 'woptype',
                    'WOPKey' => 'wopkey',
                    'WOPName' => 'wopname',
                    'WOPNameIdTrans' => 'wopname_id_trans',
                    'WOPActime' => 'wopactime',
                    'WOPOrder' => 'woporder',
                    'WOPMacchinaId' => 'wopmacchina_id',
                    'CreatorId' => 'creator_id',
                    'CreationDate' => 'creation_date',
                    'ModifyId' => 'modify_id',
                    'ModifyDate' => 'modify_date',
                ],
            ],
            'table' => [
                [
                    'name' => 'wiz_options',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
