Skip to content

Commit

Permalink
fix(buyornot): 이미지 URL 크기 한도가 너무 작은 문제 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
wwingyou committed Feb 16, 2025
1 parent 6f3d2b7 commit 621fe9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE `buyornots` MODIFY COLUMN `product_image_url` VARCHAR(255) NOT NULL;

0 comments on commit 621fe9f

Please sign in to comment.