Skip to content

Commit

Permalink
docs : Club 테이블 두개 주석 추가 #108
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgur committed Feb 8, 2024
1 parent 4018f56 commit d6fa842
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/resources/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ drop table if exists thumbnail;
drop table if exists file_name;
drop table if exists pending_club;

# 동아리 고정 정보
create table club_meta (
club_meta_id bigint primary key not null auto_increment,

Expand All @@ -28,6 +29,7 @@ create table club_meta (
logo_id bigint not null
);

# 동아리 운영 관련 유동 정보
create table club_operation(
club_operation_id bigint primary key not null auto_increment,

Expand Down

0 comments on commit d6fa842

Please sign in to comment.