A Free Database Designer for Developers and Analysts
컬럼명 | PK 여부 | fk 여부 | null 여부 | 데이터 타입 | 컬럼에 대한 설명 | 비고 |
---|---|---|---|---|---|---|
id | PK | member_languages 테이블의 member_language_uid 컬럼 참조 | not null | varchar | 1. PK |
컬럼명 | PK 여부 | fk 여부 | null 여부 | 데이터 타입 | 컬럼에 대한 설명 | 비고 |
---|---|---|---|---|---|---|
id | PK | study_members 테이블의 join_member_id 컬럼이 study 테이블의 study_uid PK 컬럼 참조 | not null | int | 1. PK |
| 스터디 분야 | | name | x | x | not null | varchar | 스터디 명 | | | days | x | x | not null | varchar | 주말 , 주중 , 미정 | | | timezone | x | x | not null | varchar | 시간대 - 오전, 오후 , 저녁, 미정 | 오전 (6시 ~ 12시) 오후 (12시 ~ 18시) 저녁 (18시 ~ 24시) | | participants | x | x | not null | int | 스터디에 참여하는 인원수 | 총 모집인원 | | current_participants | x | x | null | int | 스터디에 현재까지 모집된 인원수 | 현재까지 모집된 인원수 | | start_date | x | x | not null | sql.date | 스터디 시작날짜 | | | month_term | x | x | not null | varchar | 스터디 진행 개월수 | 1개월 이내 , 3개월 이내 , 미정 , 6개월 이내 | | open_chat_url | x | x | not null | varchar | 카카오 오픈채팅 url | | | introduce | x | x | not null | varchar | 스터디 소개 | 스터디에서 사용할 언어 정보도 text 형식으로 들어간다 placeholder로 스터디 소개와 스터디에서 사용할 언어를 작성해주세요 예) | | goal | x | x | null | varchar | 스터디 목표 | 스터디 진행기간 동안 어떤 목표를 달성할 것인지 (계획) | | status | x | x | not null | varchar | 모집중 , 진행중 , 종료 | 고민해볼것 테이블 안쪼개고 | | created_date | x | x | not null | sysdate | 스터디 생성일자 | | | join_status | x | x | null | boolean | 스터디 신청 상태 | | | insert_date | x | x | not null | sysdate | 스터디 등록일 | | | update_date | x | x | null | sysdate | 스터디 수정일 | | | end_date | x | x | not null | date | 스터디 종료일 | |