Skip to content

Commit

Permalink
tag name 대소문자 구분으로 변경 (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
HoeSeong123 authored Jan 6, 2025
1 parent ecf9627 commit 5e30751
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 tag MODIFY name VARCHAR(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL;

0 comments on commit 5e30751

Please sign in to comment.