From 8640de04cd67d3fa33ca188d6b45ed1a13d17386 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 목, 11 11월 2021 09:25:01 +0900
Subject: [PATCH] 사용자 관리 부서 상세 백앤드 수정

---
 src/main/resources/migration/V1_11__Alter_Table.sql |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/migration/V1_11__Alter_Table.sql b/src/main/resources/migration/V1_11__Alter_Table.sql
index 9842a12..bb9d896 100644
--- a/src/main/resources/migration/V1_11__Alter_Table.sql
+++ b/src/main/resources/migration/V1_11__Alter_Table.sql
@@ -45,8 +45,8 @@
 
 CREATE TABLE `user_department`(
     `id` BIGINT(11) AUTO_INCREMENT,
-    `department_id` VARCHAR(50) NULL,
-    `user_id` VARCHAR(50) NULL,
+    `department_id` BIGINT(11),
+    `user_id` BIGINT(11),
     `register_id` BIGINT(20) NOT NULL,
     `register_date` TIMESTAMP NULL,
     `modify_id` BIGINT(20) NOT NULL,

--
Gitblit v1.8.0