<?php //Webkul__PrestashopConnectorBundle__Entity__Credentials__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' => [
                'Webkul\\PrestashopConnectorBundle\\Entity\\Credentials',
            ],
            'namespace' => [
                'Webkul\\PrestashopConnectorBundle\\Entity',
            ],
            'rootEntityName' => [
                'Webkul\\PrestashopConnectorBundle\\Entity\\Credentials',
            ],
            'customRepositoryClassName' => [
                'Webkul\\PrestashopConnectorBundle\\Repository\\CredentialsRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'id' => true,
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'columnName' => 'id',
                    ],
                    'hostName' => [
                        'fieldName' => 'hostName',
                        'type' => 'string',
                        'length' => 255,
                        'unique' => true,
                        'columnName' => 'hostName',
                    ],
                    'webServiceKey' => [
                        'fieldName' => 'webServiceKey',
                        'type' => 'string',
                        'length' => 255,
                        'columnName' => 'webServiceKey',
                    ],
                    'resources' => [
                        'fieldName' => 'resources',
                        'type' => 'text',
                        'nullable' => true,
                        'columnName' => 'resources',
                    ],
                    'defaultSet' => [
                        'fieldName' => 'defaultSet',
                        'type' => 'boolean',
                        'options' => [
                            'default' => 0,
                        ],
                        'columnName' => 'defaultSet',
                    ],
                    'active' => [
                        'fieldName' => 'active',
                        'type' => 'boolean',
                        'options' => [
                            'default' => 1,
                        ],
                        'columnName' => 'active',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'hostName' => 'hostName',
                    'webServiceKey' => 'webServiceKey',
                    'resources' => 'resources',
                    'defaultSet' => 'defaultSet',
                    'active' => 'active',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'hostName' => 'hostName',
                    'webServiceKey' => 'webServiceKey',
                    'resources' => 'resources',
                    'defaultSet' => 'defaultSet',
                    'active' => 'active',
                ],
            ],
            'table' => [
                [
                    'name' => 'wk_prestashop_credentials_mapping',
                    'indexes' => [
                        'wk_prestashop_credentials_mapping' => [
                            'columns' => [
                                'hostName',
                                'webServiceKey',
                                'defaultSet',
                                'active',
                            ],
                        ],
                    ],
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
    ],
    $o[0],
    []
); }];
