Skip to content

Commit

Permalink
[BE] Mysql 문법에 맞게 sql을 고친다. (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsulocalize authored Sep 24, 2024
1 parent a176890 commit cca6d3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/bang-ggood/src/main/resources/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ CREATE TABLE article
content TEXT,
keyword VARCHAR(255),
summary VARCHAR(255),
thumbnail VARCHAR,
thumbnail VARCHAR(2500),
created_at TIMESTAMP(6),
modified_at TIMESTAMP(6),
deleted BOOLEAN
Expand Down
2 changes: 1 addition & 1 deletion backend/bang-ggood/src/test/resources/schema-test.sql
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ CREATE TABLE article
content TEXT,
keyword VARCHAR(255),
summary VARCHAR(255),
thumbnail VARCHAR,
thumbnail VARCHAR(2500),
created_at TIMESTAMP(6),
modified_at TIMESTAMP(6),
deleted BOOLEAN
Expand Down

0 comments on commit cca6d3a

Please sign in to comment.