From 235dc86c096fcf06b0ff5d4ac31f754f44fc320e Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 월, 08 11월 2021 18:00:41 +0900
Subject: [PATCH] 업체 관리 백엔드 수정

---
 src/main/resources/migration/V1_10__Alter_Table.sql |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/migration/V1_10__Alter_Table.sql b/src/main/resources/migration/V1_10__Alter_Table.sql
index 734f6c7..c65a167 100644
--- a/src/main/resources/migration/V1_10__Alter_Table.sql
+++ b/src/main/resources/migration/V1_10__Alter_Table.sql
@@ -10,6 +10,7 @@
     `register_date` TIMESTAMP NULL,
     `modify_id` BIGINT(20) NOT NULL,
     `modify_date` TIMESTAMP NULL,
+    `default_department` VARCHAR (50) NULL DEFAULT '遺��꽌 �뾾�쓬',
     PRIMARY KEY (`id`) USING BTREE
 ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
 

--
Gitblit v1.8.0