Skip to content

Commit

Permalink
fix: schema.sql에 변경사항 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kimhalin committed Oct 26, 2023
1 parent f0fa6a3 commit d0c9ca8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/test/resources/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ create table project
content longtext null,
description varchar(255) null,
like_count int default 0 null,
view_count int default 0 null,
project_name varchar(255) not null,
thumb_nail varchar(255) null,
member_id bigint not null,
Expand Down

0 comments on commit d0c9ca8

Please sign in to comment.