From 1bcea4755d662f243400ac916f43550a3bc13ded Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 월, 15 11월 2021 10:10:13 +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