From 3e0297649d6ae4ec7190b9eb4c5631533147baa0 Mon Sep 17 00:00:00 2001 From: JH Park Date: Fri, 13 Dec 2024 02:38:01 +0900 Subject: [PATCH] =?UTF-8?q?Refactor:loginRequired=20=EA=B8=B0=EB=B3=B8?= =?UTF-8?q?=EA=B0=92=20false=EB=A1=9C=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Capstone/AutoScheduler/global/domain/entity/Generator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/Capstone/AutoScheduler/global/domain/entity/Generator.java b/src/main/java/Capstone/AutoScheduler/global/domain/entity/Generator.java index 3d9af76..76af599 100644 --- a/src/main/java/Capstone/AutoScheduler/global/domain/entity/Generator.java +++ b/src/main/java/Capstone/AutoScheduler/global/domain/entity/Generator.java @@ -65,7 +65,7 @@ public class Generator extends BaseEntity { private String webUrl; // 로그인이 필요한지 여부 - @Column(name = "login_required", nullable = false, columnDefinition = "boolean") + @Column(name = "login_required", nullable = false, columnDefinition = "boolean default false") private boolean loginRequired = false; // 해당 일정 생성기로 생성한 Event 리스트