-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat-be: 질문 보조 설명 필드 추가 #1001
base: be/develop
Are you sure you want to change the base?
feat-be: 질문 보조 설명 필드 추가 #1001
Conversation
1737781619.231579 |
아무나 코드 리뷰 부탁드려요. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다 냥인.
DB에 필드가 추가되었으니, flyway 파일도 하나 생성해야 할 것 같네요~
@@ -36,6 +36,9 @@ public class Question implements SecureResource { | |||
|
|||
private String content; | |||
|
|||
@Column(columnDefinition = "TEXT") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
데이터타입을 TEXT로 하신 이유가 있나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
수고하셨습니다~! 명오가 남긴 부분 말고 수정할 부분 없어보입니다
즐거운 설날 보내세요🙇🏻♂️
목적
질문의 보조 설명을 추가하기 위한 description 필드를 추가합니다.
작업 세부사항
QUESTION_DESC_01
closes #10