You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: schema.sql 생성 및 CREATE 문 작성
* fix: ENUM으로 데이터 생성 시 오류 -> varchar 타입으로 생성
* fix: 더미 데이터 INSERT
* fix: swagger와 충돌 방지를 위한 user 데이터 변경
* fix: 데이터 무결성을 위한 수정 및 예시 데이터 변경
* fix: 엔티티와의 통일을 위한 인덱스 제거
Describe
데이터베이스 스키마를 생성하는 CREATE DDL문과 더미데이터 INSERT 쿼리를 작성합니다.
Tasks
resource/db
디렉토리 하위에schema.sql
data.sql
파일 생성schema.sql
파일에 CREATE 문 작성 (JPA가 자동 생성 해주는 쿼리와 동일한지 확인)data.sql
파일에 INSERT 쿼리 작성ETC
The text was updated successfully, but these errors were encountered: