Skip to content

Commit

Permalink
[MERGE] : user에서 null인 칼럼 기본값을 들어가게 수정 (#61)
Browse files Browse the repository at this point in the history
#작업
- user에서 null인 칼럼 기본값을 들어가게 수정
  • Loading branch information
05AM authored Oct 18, 2023
2 parents fd62c98 + 5ed0338 commit 40c0be7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.SQLDelete;
import org.hibernate.annotations.Where;

Expand All @@ -26,6 +27,7 @@
@Where(clause = "is_deleted = false")
@Table(name="user")
@NoArgsConstructor
@DynamicInsert
public class User {

@Id
Expand Down

0 comments on commit 40c0be7

Please sign in to comment.