Skip to content

Commit

Permalink
refactor: ProductKeyword word 필드 default 값 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
Combi153 committed Feb 2, 2024
1 parent 4c5717e commit db33653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ProductKeyword(
val productId: Long = 0L,

@Column(nullable = false)
val word: String = "keyword",
val word: String,
) {

init {
Expand Down

0 comments on commit db33653

Please sign in to comment.