fix: naming issues with database and better data
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user