Skip to content

Commit

Permalink
Merge pull request #267 from boocam-project/hotfix
Browse files Browse the repository at this point in the history
[fix] DDL 수정
  • Loading branch information
KwonJuHwan authored May 10, 2024
2 parents 69bd2bf + 0dbcf88 commit e207a14
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CREATE TABLE study_comment
id BIGINT AUTO_INCREMENT NOT NULL,
created_at DATETIME NULL,
updated_at DATETIME NULL,
deleted_at DATETIME NULL,
study_id BIGINT NOT NULL,
member_id BIGINT NOT NULL,
content VARCHAR(255) NOT NULL,
Expand Down

0 comments on commit e207a14

Please sign in to comment.