docs: ddl IUP. 제거

dev
kjh 2 weeks ago
parent 2421dd0b05
commit 7496870790

@ -50,10 +50,10 @@ create table ENS_SND_DTL_KKO_TALK
REGIST_DT TIMESTAMP(6), REGIST_DT TIMESTAMP(6),
BILL_UID VARCHAR2(45) BILL_UID VARCHAR2(45)
constraint FK_BILL_UID constraint FK_BILL_UID
references IUP.ENS_BILL (BILL_UID), references ENS_BILL (BILL_UID),
SEND_MAST_ID NUMBER(19) SEND_MAST_ID NUMBER(19)
constraint FK_SEND_MAST_ID constraint FK_SEND_MAST_ID
references IUP.ENS_SND_MAST references ENS_SND_MAST
); );
comment on table ENS_SND_DTL_KKO_TALK is '카카오톡 상세'; comment on table ENS_SND_DTL_KKO_TALK is '카카오톡 상세';

Loading…
Cancel
Save