Skip to content

Commit

Permalink
remove: Member status 기본값 설정 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
cpot5620 committed Sep 15, 2023
1 parent b30c821 commit 1faed21
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
import java.util.Objects;
import lombok.Getter;
import lombok.NoArgsConstructor;
import org.hibernate.annotations.ColumnDefault;

@Embeddable
@NoArgsConstructor(access = PROTECTED)
Expand All @@ -40,7 +39,6 @@ public class MemberInfo {
private Role role;

@Enumerated(EnumType.STRING)
@ColumnDefault(value = "NORMAL")
@Column(nullable = false)
private Status status;

Expand Down

0 comments on commit 1faed21

Please sign in to comment.