diff --git a/src/main/java/com/acon/server/spot/infra/entity/MenuEntity.java b/src/main/java/com/acon/server/spot/infra/entity/MenuEntity.java index 01bb12c..21cfc32 100644 --- a/src/main/java/com/acon/server/spot/infra/entity/MenuEntity.java +++ b/src/main/java/com/acon/server/spot/infra/entity/MenuEntity.java @@ -29,7 +29,7 @@ public class MenuEntity { @Column(name = "spot_id", nullable = false) private Long spotId; - @Column(name = "image", nullable = false) + @Column(name = "image") private String image; @Column(name = "name", nullable = false)