From 74968707909ecd0f2fa201df3c6c39d0a0cdb391 Mon Sep 17 00:00:00 2001 From: kjh Date: Fri, 1 Nov 2024 17:09:29 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20ddl=20IUP.=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/ddl.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/ddl.sql b/db/ddl.sql index d6953b5..e0ed2d4 100644 --- a/db/ddl.sql +++ b/db/ddl.sql @@ -50,10 +50,10 @@ create table ENS_SND_DTL_KKO_TALK REGIST_DT TIMESTAMP(6), BILL_UID VARCHAR2(45) constraint FK_BILL_UID - references IUP.ENS_BILL (BILL_UID), + references ENS_BILL (BILL_UID), SEND_MAST_ID NUMBER(19) constraint FK_SEND_MAST_ID - references IUP.ENS_SND_MAST + references ENS_SND_MAST ); comment on table ENS_SND_DTL_KKO_TALK is '카카오톡 상세';