[ 'name' => [ 'App\\Entity\\Pages\\Coloring', ], 'namespace' => [ 'App\\Entity\\Pages', ], 'rootEntityName' => [ 'App\\Entity\\Pages\\Coloring', ], 'customRepositoryClassName' => [ 'App\\Repository\\Pages\\ColoringRepository', ], 'identifier' => [ [ 'id', ], ], 'generatorType' => [ 4, ], 'fieldMappings' => [ [ 'id' => [ 'fieldName' => 'id', 'type' => 'integer', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'id', 'id' => true, ], 'svg' => [ 'fieldName' => 'svg', 'type' => 'text', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'svg', ], 'colorPanel' => [ 'fieldName' => 'colorPanel', 'type' => 'array', 'scale' => null, 'length' => null, 'unique' => false, 'nullable' => false, 'precision' => null, 'columnName' => 'color_panel', ], ], ], 'fieldNames' => [ [ 'id' => 'id', 'svg' => 'svg', 'color_panel' => 'colorPanel', ], ], 'columnNames' => [ [ 'id' => 'id', 'svg' => 'svg', 'colorPanel' => 'color_panel', ], ], 'table' => [ [ 'name' => 'coloring', ], ], 'associationMappings' => [ [ 'page' => [ 'fieldName' => 'page', 'joinColumns' => [ [ 'name' => 'page_id', 'unique' => false, 'nullable' => false, 'onDelete' => null, 'columnDefinition' => 'INT NOT NULL', 'referencedColumnName' => 'id', ], ], 'cascade' => [], 'inversedBy' => 'colorings', 'targetEntity' => 'App\\Entity\\Pages\\Page', 'fetch' => 2, 'type' => 2, 'mappedBy' => null, 'isOwningSide' => true, 'sourceEntity' => 'App\\Entity\\Pages\\Coloring', 'isCascadeRemove' => false, 'isCascadePersist' => false, 'isCascadeRefresh' => false, 'isCascadeMerge' => false, 'isCascadeDetach' => false, 'sourceToTargetKeyColumns' => [ 'page_id' => 'id', ], 'joinColumnFieldNames' => [ 'page_id' => 'page_id', ], 'targetToSourceKeyColumns' => [ 'id' => 'page_id', ], 'orphanRemoval' => false, ], ], ], 'idGenerator' => [ $o[1], ], ], ], $o[0], [] ); }];