Skip to content

Commit

Permalink
added small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan0dyatlyukkk committed Oct 2, 2023
1 parent 5a6569b commit 452252e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/project/carsharingapp/model/Car.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Car {
@PositiveOrZero
@Column(nullable = false)
private BigDecimal dailyFee;
@Column(nullable = false)
@Column(name = "is_deleted", nullable = false)
private boolean isDeleted;

public enum CarType {
Expand Down

0 comments on commit 452252e

Please sign in to comment.