Skip to content

Commit

Permalink
๐Ÿ—ƒ๏ธ ํšŒ์› ์ด๋ฉ”์ผ ์ถ”๊ฐ€(#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jun108059 committed Jun 25, 2022
1 parent a9529ef commit 516e202
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/src/main/java/hexagonal/core/domain/Member.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ public class Member {
@Column(nullable = false, length = 100)
private String name;

@Column(nullable = false, unique = true, length = 150)
private String email;

@Column(nullable = false, length = 30)
private MemberType type;

Expand Down

0 comments on commit 516e202

Please sign in to comment.