swkim 4 년 전
부모
커밋
9151116060
3개의 변경된 파일76개의 추가작업 그리고 2개의 파일을 삭제
  1. 6 2
      산출물/3.설계/05.DB-Object/06.DDL/table.sql
  2. 70 0
      산출물/3.설계/ERD/.metadata/.log
  3. BIN
      산출물/3.설계/ERD/ST24.exerd

+ 6 - 2
산출물/3.설계/05.DB-Object/06.DDL/table.sql

@@ -12975,6 +12975,7 @@ ALTER TABLE TB_CART_DETAIL
 DROP TABLE IF EXISTS TB_CART_HST RESTRICT;
 CREATE TABLE TB_CART_HST
 (
+    CART_HST_SQ   INT UNSIGNED                        NOT NULL COMMENT '장바구니이력일련번호' PRIMARY KEY AUTO_INCREMENT,
     CART_SQ       int unsigned                        null comment '장바구니이력일련번호',
     CART_GB       varchar(20)                         not null comment '장바구니구분(공통코드G026)',
     GOODS_CD      varchar(20)                         not null comment '상품코드',
@@ -13005,7 +13006,8 @@ create index IX_CART_HST_02
 DROP TABLE IF EXISTS TB_CART_DETAIL_HST RESTRICT;
 CREATE TABLE TB_CART_DETAIL_HST
 (
-    CART_DTL_SQ  int unsigned                        not null comment '장바구니이력일련번호',
+    CART_DTL_HST_SQ  INT UNSIGNED                        NOT NULL COMMENT '장바구니상세이력일련번호' PRIMARY KEY AUTO_INCREMENT,
+    CART_DTL_SQ  int unsigned                        not null comment '장바구니상세일련번호',
     CART_SQ      int unsigned                        not null comment '장바구니일련번호',
     ITEM_CD      varchar(20)                         not null comment '단품코드(상품). 일반상품과 딜상품은 상품코드와 동일',
     OPT_CD       varchar(200)                        not null comment '옵션코드',
@@ -29647,6 +29649,7 @@ ALTER TABLE TB_CART_DETAIL
 DROP TABLE IF EXISTS TB_CART_HST RESTRICT;
 CREATE TABLE TB_CART_HST
 (
+    CART_HST_SQ   INT UNSIGNED                        NOT NULL COMMENT '장바구니이력일련번호' PRIMARY KEY AUTO_INCREMENT,
     CART_SQ       int unsigned                        null comment '장바구니이력일련번호',
     CART_GB       varchar(20)                         not null comment '장바구니구분(공통코드G026)',
     GOODS_CD      varchar(20)                         not null comment '상품코드',
@@ -29677,7 +29680,8 @@ create index IX_CART_HST_02
 DROP TABLE IF EXISTS TB_CART_DETAIL_HST RESTRICT;
 CREATE TABLE TB_CART_DETAIL_HST
 (
-    CART_DTL_SQ  int unsigned                        not null comment '장바구니이력일련번호',
+    CART_DTL_HST_SQ  INT UNSIGNED                        NOT NULL COMMENT '장바구니상세이력일련번호' PRIMARY KEY AUTO_INCREMENT,
+    CART_DTL_SQ  int unsigned                        not null comment '장바구니상세일련번호',
     CART_SQ      int unsigned                        not null comment '장바구니일련번호',
     ITEM_CD      varchar(20)                         not null comment '단품코드(상품). 일반상품과 딜상품은 상품코드와 동일',
     OPT_CD       varchar(200)                        not null comment '옵션코드',

+ 70 - 0
산출물/3.설계/ERD/.metadata/.log

@@ -6565,3 +6565,73 @@ Command-line arguments:  -os win32 -ws win32 -arch x86 D:\WIDE\workspace\webapps
 
 !ENTRY org.eclipse.osgi 2 1 2021-07-26 11:50:45.415
 !MESSAGE NLS unused message: ToggleColumnVisibilityHandler_5 in: com.tomato.exerd.handler.messages
+!SESSION 2021-07-28 12:50:55.037 -----------------------------------------------
+eclipse.buildId=M20090211-1700
+java.version=1.6.0_24
+java.vendor=Sun Microsystems Inc.
+BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=ko_KR
+Framework arguments:  D:\WIDE\workspace\webapps\style24\style24.doc\산출물\3.설계\ERD\ST24.exerd
+Command-line arguments:  -os win32 -ws win32 -arch x86 D:\WIDE\workspace\webapps\style24\style24.doc\산출물\3.설계\ERD\ST24.exerd
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:50:55.897
+!MESSAGE NLS unused message: OpenResourceDialog_openButton_text in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:50:55.897
+!MESSAGE NLS unused message: OpenResourceDialog_openWithMenu_label in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:50:55.897
+!MESSAGE NLS unused message: OpenResourceDialog_openWithButton_toolTip in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:50:55.897
+!MESSAGE NLS unused message: CleanDialog_cleanSelectedTaskName in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:50:55.897
+!MESSAGE NLS unused message: RecentWorkspacesPreferencePage_PromptAtStartup_label in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:50:55.897
+!MESSAGE NLS unused message: RecentWorkspacesPreferencePage_RemoveButton_label in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:02.680
+!MESSAGE NLS unused message: url_couldNotResolve_projectDoesNotExist in: org.eclipse.core.internal.utils.messages
+
+!ENTRY org.eclipse.core.resources 2 10035 2021-07-28 12:51:02.758
+!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:02.961
+!MESSAGE NLS unused message: Shortcuts_shortcutTab in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:02.961
+!MESSAGE NLS unused message: Shortcuts_selectShortcutsLabel in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:02.977
+!MESSAGE NLS unused message: Shortcuts_availableMenus in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:02.977
+!MESSAGE NLS unused message: Shortcuts_availableCategories in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:02.977
+!MESSAGE NLS unused message: Shortcuts_allShortcuts in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:02.977
+!MESSAGE NLS unused message: Util_listNull in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:02.977
+!MESSAGE NLS unused message: OpenBrowserHandler_NoInfoDialogTitle in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:02.977
+!MESSAGE NLS unused message: AboutFeaturesDialog_SimpleTitle in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:06.383
+!MESSAGE NLS unused message: BinaryDumpHandler_1 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:06.383
+!MESSAGE NLS unused message: ConvertToXMLHandler_1 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:06.383
+!MESSAGE NLS unused message: SelectHandler_11 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:06.383
+!MESSAGE NLS unused message: ToggleColumnVisibilityHandler_4 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2021-07-28 12:51:06.383
+!MESSAGE NLS unused message: ToggleColumnVisibilityHandler_5 in: com.tomato.exerd.handler.messages

BIN
산출물/3.설계/ERD/ST24.exerd