Ajout de la migration symfony avec le changement de BDD

This commit is contained in:
2023-02-04 16:16:09 +01:00
parent f5e352bd0b
commit 29cda25a69
5 changed files with 125 additions and 9 deletions
+2
View File
@@ -46,6 +46,8 @@ class Place
#[ORM\OneToMany(targetEntity: PolySurface::class, mappedBy: "place")]
private $PolySurfaceRepresentation;
#[ORM\ManyToOne(targetEntity: Edition::class, inversedBy: "editedPlace")]
private $editions;
public function __construct()
{