Skip to content

Commit

Permalink
fix: Generated value
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Oct 16, 2023
1 parent 9ace210 commit 5ed1eeb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import javax.persistence.*
data class Problem (
@Id
@Column(columnDefinition = "BIGINT", nullable = false)
@GeneratedValue(strategy = GenerationType.IDENTITY)
val id: Long = 0L,

@Column(columnDefinition = "VARCHAR(30)", nullable = false)
Expand Down

0 comments on commit 5ed1eeb

Please sign in to comment.