<?php //%255BApp%255CEntity%255CColorSchema%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' => [
                'App\\Entity\\ColorSchema',
            ],
            'namespace' => [
                'App\\Entity',
            ],
            'rootEntityName' => [
                'App\\Entity\\ColorSchema',
            ],
            'customRepositoryClassName' => [
                'App\\Repository\\ColorSchemaRepository',
            ],
            'identifier' => [
                [
                    'id',
                ],
            ],
            'generatorType' => [
                4,
            ],
            'fieldMappings' => [
                [
                    'id' => [
                        'fieldName' => 'id',
                        'type' => 'integer',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'id' => true,
                        'columnName' => 'id',
                    ],
                    'instance' => [
                        'fieldName' => 'instance',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => null,
                        'unique' => false,
                        'nullable' => false,
                        'precision' => 0,
                        'columnName' => 'instance',
                    ],
                    'primaryColor' => [
                        'fieldName' => 'primaryColor',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'primary_color',
                    ],
                    'secondaryColor' => [
                        'fieldName' => 'secondaryColor',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'secondary_color',
                    ],
                    'success' => [
                        'fieldName' => 'success',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'success',
                    ],
                    'info' => [
                        'fieldName' => 'info',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'info',
                    ],
                    'warning' => [
                        'fieldName' => 'warning',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'warning',
                    ],
                    'danger' => [
                        'fieldName' => 'danger',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'danger',
                    ],
                    'light' => [
                        'fieldName' => 'light',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'light',
                    ],
                    'dark' => [
                        'fieldName' => 'dark',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 20,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'dark',
                    ],
                    'logo' => [
                        'fieldName' => 'logo',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'logo',
                    ],
                    'icon' => [
                        'fieldName' => 'icon',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'icon',
                    ],
                    'customCSS' => [
                        'fieldName' => 'customCSS',
                        'type' => 'string',
                        'scale' => 0,
                        'length' => 255,
                        'unique' => false,
                        'nullable' => true,
                        'precision' => 0,
                        'columnName' => 'custom_css',
                    ],
                ],
            ],
            'fieldNames' => [
                [
                    'id' => 'id',
                    'instance' => 'instance',
                    'primary_color' => 'primaryColor',
                    'secondary_color' => 'secondaryColor',
                    'success' => 'success',
                    'info' => 'info',
                    'warning' => 'warning',
                    'danger' => 'danger',
                    'light' => 'light',
                    'dark' => 'dark',
                    'logo' => 'logo',
                    'icon' => 'icon',
                    'custom_css' => 'customCSS',
                ],
            ],
            'columnNames' => [
                [
                    'id' => 'id',
                    'instance' => 'instance',
                    'primaryColor' => 'primary_color',
                    'secondaryColor' => 'secondary_color',
                    'success' => 'success',
                    'info' => 'info',
                    'warning' => 'warning',
                    'danger' => 'danger',
                    'light' => 'light',
                    'dark' => 'dark',
                    'logo' => 'logo',
                    'icon' => 'icon',
                    'customCSS' => 'custom_css',
                ],
            ],
            'table' => [
                [
                    'name' => 't_color_shema',
                ],
            ],
            'idGenerator' => [
                $o[1],
            ],
        ],
        'Doctrine\\ORM\\Id\\IdentityGenerator' => [
            'sequenceName' => [
                1 => 't_color_shema_id_seq',
            ],
        ],
    ],
    $o[0],
    []
); }];
