Changeset 5dea0b7 for Prototype Application/Paw5
- Timestamp:
- 03/08/23 18:11:12 (20 months ago)
- Branches:
- main
- Children:
- 95dd50a
- Parents:
- e76c5a6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/java/finki/paw5/model/entities/Pet.java
re76c5a6 r5dea0b7 21 21 @Column(name = "id_pet") 22 22 private Integer id; 23 24 @OneToOne 25 @JoinColumn(name = "id_pet", nullable = false) 26 private PersonalProfile personalProfile; 23 27 24 28 @Column(name = "url_pet_image", length = 200)
Note:
See TracChangeset
for help on using the changeset viewer.