fix: naming issues with database and better data
All checks were successful
Format / formatting (push) Successful in 7s
CI / build (push) Successful in 11s

This commit is contained in:
Théo Le Lez
2025-02-24 17:19:18 +01:00
parent 153501c8d4
commit 27e70ee109
7 changed files with 106 additions and 190 deletions

View File

@ -4,7 +4,7 @@ import jakarta.persistence.*;
import jakarta.validation.constraints.NotNull;
@Entity
@Table(name = "make_apppointment")
@Table(name = "make_appointment")
public class MakeAppointment {
@Id