migrations

This commit is contained in:
Olivier PARPAILLON
2024-11-19 11:29:06 +01:00
parent a5bc958e78
commit 51fcbba8b2
7 changed files with 67 additions and 117 deletions

View File

@@ -45,7 +45,7 @@ class Participant implements UserInterface, PasswordAuthenticatedUserInterface
private ?string $password = null;
#[ORM\ManyToOne(targetEntity: Site::class, inversedBy: 'participants')]
#[ORM\JoinColumn(name: 'id_site', referencedColumnName: 'id_site', nullable: true)]
#[ORM\JoinColumn(name: 'site_id', referencedColumnName: 'id_site', nullable: true)]
private ?Site $site = null;
/**