Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] longtext 타입 필드 매핑 #119

Closed
hyunmin0317 opened this issue Dec 16, 2024 · 0 comments · Fixed by #120
Closed

[FEATURE] longtext 타입 필드 매핑 #119

hyunmin0317 opened this issue Dec 16, 2024 · 0 comments · Fixed by #120
Assignees
Labels
✨ Feature 기능 관련 라벨입니다. (feat)
Milestone

Comments

@hyunmin0317
Copy link
Member

상세 기능

  • MySQL longtext 타입 필드 매핑
    • @Lob 어노테이션 사용
  • SQL 문
    • create SQL 삭제 -> 스키마 정보 유출로 보안상 위험하므로 삭제
    • insert SQL
      • 공개
        • COMMON_DEPARTMENT
        • COMMON_YEAR
        • CORE_CURRICULUM
        • CORE_STANDARD
        • SUBJECT_CULTURE
        • SUBJECT_MAJOR
      • 비공개
        • COMMON_MEMBER
        • QNA_ANSWER
        • QNA_QUESTION
@hyunmin0317 hyunmin0317 added the ✨ Feature 기능 관련 라벨입니다. (feat) label Dec 16, 2024
@hyunmin0317 hyunmin0317 self-assigned this Dec 16, 2024
@hyunmin0317 hyunmin0317 added this to the v2.0.0 milestone Dec 16, 2024
hyunmin0317 added a commit that referenced this issue Dec 16, 2024
hyunmin0317 added a commit that referenced this issue Dec 16, 2024
@hyunmin0317 hyunmin0317 linked a pull request Dec 16, 2024 that will close this issue
hyunmin0317 added a commit that referenced this issue Dec 17, 2024
hyunmin0317 added a commit that referenced this issue Dec 17, 2024
* feat: longtext 타입 필드 매핑 (#119)

* delete: DDL 삭제 (#119)

* refactor: 경로 수정 (#119)

* feat: SQL 문 업데이트 (#119)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 관련 라벨입니다. (feat)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant