- Timestamp:
- 02/13/25 10:05:35 (4 months ago)
- Branches:
- master
- Children:
- a70b5a4
- Parents:
- 57e58a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/skychasemk/model/ApplicationUser.java
r57e58a3 r3d60932 9 9 @Entity 10 10 @Data 11 @Table(name=" ApplicationUser")11 @Table(name="application_user") 12 12 public class ApplicationUser { 13 13 … … 29 29 30 30 private String password; 31 @Column(name = "phone Number")31 @Column(name = "phone_number") 32 32 33 33 private String phoneNumber; 34 34 35 @Column(name = "date Joined")35 @Column(name = "date_joined") 36 36 private LocalDate dateJoined; 37 37
Note:
See TracChangeset
for help on using the changeset viewer.