Skip to content

Commit

Permalink
[fix] DDL 언어 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KwonJuHwan committed May 10, 2024
1 parent e207a14 commit d89fc96
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CREATE TABLE study_comment
(
id BIGINT AUTO_INCREMENT NOT NULL,
created_at DATETIME NULL,
updated_at DATETIME NULL,
deleted_at DATETIME 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 d89fc96

Please sign in to comment.