We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3c0e37 commit 90e08f9Copy full SHA for 90e08f9
1 file changed
src/main/java/com/qithon/clearplate/domain/CLPrestaurant/entity/CLPRestaurant.java
@@ -2,6 +2,7 @@
2
3
import com.qithon.clearplate.domain.CLPrestaurant.dto.request.CLPRestaurantRegisterRequest;
4
5
+import jakarta.persistence.Column;
6
import jakarta.persistence.Embedded;
7
import jakarta.persistence.Entity;
8
import jakarta.persistence.GeneratedValue;
@@ -42,6 +43,7 @@ public class CLPRestaurant {
42
43
44
private String y;
45
46
+ @Column(length = 1000)
47
private String imageUrl;
48
49
private String subtitle;
0 commit comments