Skip to content

Commit

Permalink
feat: sql 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
parksey committed Dec 3, 2023
1 parent 6ecc006 commit 7d34808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/mysql/initdb.d/init.sql
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ create table member
(
id bigint not null auto_increment,
social_id varchar(255) not null unique,
nickname varchar(255) not null unique,
nickname varchar(255) unique,
intro varchar(30),
profile_image varchar(255) not null,
morning_image varchar(255) not null,
Expand Down

0 comments on commit 7d34808

Please sign in to comment.