-
Notifications
You must be signed in to change notification settings - Fork 0
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
DRAW-404 마피아 게임 결과 정규화 #12
Conversation
@@ -0,0 +1,7 @@ | |||
package com.xorker.draw.player | |||
|
|||
enum class RoleType { |
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.
p3. Enum 에는 (개발자를 위한) description 부탁드립니다
@@ -0,0 +1,9 @@ | |||
package com.xorker.draw.player | |||
|
|||
enum class ResultType { |
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.
p3. Enum 에는 (개발자를 위한) description 부탁드립니다
alter table mafia_game_result | ||
add column mafia_answer varchar(50) NULL; | ||
|
||
create table player |
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.
p3. player_history 네이밍 어떠신지??
alter table mafia_game_result | ||
modify column game_result text NULL; | ||
alter table mafia_game_result | ||
add column language varchar(20) NOT NULL; | ||
alter table mafia_game_result | ||
add column draw text NOT NULL; | ||
alter table mafia_game_result | ||
add column mafia_answer varchar(50) NULL; |
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.
p3. 여기도 COMMENT 추가해주세요
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.
p2. 빠른 시작 여부도 추가해주세요
Related Jira ✔
Description ✔
PR Rule ✔
P1: 꼭 반영해주세요 (Request changes)
P2: 적극적으로 고려해주세요 (Request changes)
P3: 웬만하면 반영해 주세요 (Comment)
P4: 반영해도 좋고 넘어가도 좋습니다 (Approve)
P5: 그냥 사소한 의견입니다 (Approve)