Skip to content

Commit

Permalink
FINAL COMMIT
Browse files Browse the repository at this point in the history
  • Loading branch information
truongnh28 committed Aug 2, 2022
1 parent 1065258 commit 0a074bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/pay2park/model/entityFromDB/Ticket.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
@Table(name = "tickets")
public class Ticket {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "ticket_id", nullable = false)
private Long id;

Expand Down

0 comments on commit 0a074bd

Please # to comment.