Skip to content

Commit

Permalink
HotFix : 쿼리문 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ywj9811 authored Nov 19, 2024
1 parent aa6d611 commit 66c4803
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ ALTER TABLE wish
ADD COLUMN postgradu VARCHAR(255),
ADD COLUMN professor VARCHAR(255),
ADD COLUMN lab VARCHAR(255),
ADD COLUMN field VARCHAR(255) NOT NULL,
ADD COLUMN phone_number VARCHAR(20) NOT NULL;

ALTER TABLE wish
Expand All @@ -15,4 +14,4 @@ DROP COLUMN matching_receive;

ALTER TABLE wish ALTER status SET DEFAULT 'WAITING';

commit;
commit;

0 comments on commit 66c4803

Please sign in to comment.