1
0
forked from PGL/Clyde

correction commit

This commit is contained in:
2024-03-05 23:34:49 +01:00
parent 57de070eb1
commit bb0e6783ec
6 changed files with 21 additions and 33 deletions

View File

@@ -8,7 +8,7 @@ public class Secretary {
@GeneratedValue(strategy = GenerationType.AUTO)
private int id;
@JoinColumn(name = "User")
@JoinColumn(name = "Users")
private int regNo;
private String faculty;