Changeset e1642f4 for Prototype Application/Paw5/src/main
- Timestamp:
- 02/01/23 14:08:48 (21 months ago)
- Branches:
- main
- Children:
- 6a17c29, 6f9c38f
- Parents:
- 2fdea25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/java/finki/paw5/model/User.java
r2fdea25 re1642f4 30 30 private String password; 31 31 32 @Column(name = "telephone", nullable = false,length = 20)32 @Column(name = "telephone", length = 20) 33 33 private String telephone; 34 34
Note:
See TracChangeset
for help on using the changeset viewer.