Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class ChatRoomMember {
* 룸 스코프 알림(예: 투표 시작/마감)이 muted 멤버에게는 전송되지 않는다.
*/
@Builder.Default
@Column(name = "notification_enabled", nullable = false)
@Column(name = "notification_enabled", nullable = false, columnDefinition = "boolean NOT NULL DEFAULT true")
private boolean notificationEnabled = true;

/** 방 알림 on/off 설정. */
Expand Down