Skip to content

Commit

Permalink
refactor: Stores nullable ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
hsuush committed Feb 20, 2024
1 parent 2e3eade commit 6091b69
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/com/example/ReviewZIP/domain/store/Stores.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,10 @@ public class Stores extends BaseEntity {
@Column(name = "id")
private Long id;

@Column(nullable = false)
private String name;

@Column(nullable = false)
private String address_name;

@Column(nullable = false)
private String road_address_name;

@Column(nullable = false)
Expand Down

0 comments on commit 6091b69

Please sign in to comment.