1.0.0-SNAPSHOT
This commit is contained in:
parent
341cf40d71
commit
84f3182403
|
@ -16,7 +16,7 @@ public class Member implements Serializable {
|
||||||
@GeneratedValue(strategy= GenerationType.IDENTITY)
|
@GeneratedValue(strategy= GenerationType.IDENTITY)
|
||||||
private Long id;
|
private Long id;
|
||||||
|
|
||||||
@Column(name="EMAIL", nullable=false)
|
@Column(name="EMAIL", unique=true, nullable=false)
|
||||||
private String email;
|
private String email;
|
||||||
|
|
||||||
@Column(name="PW_SALT", nullable=false)
|
@Column(name="PW_SALT", nullable=false)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user