swkim 5 jaren geleden
bovenliggende
commit
fc30d9718e

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

@@ -2032,9 +2032,10 @@ CREATE TABLE TB_GOODS (
   GOODS_SNM          VARCHAR(4000)       NULL     COMMENT '상품검색명', -- 상품검색명
   GOODS_SNM1         VARCHAR(4000)       NULL     COMMENT '상품검색명1(사용자등록용)', -- 상품검색명1(사용자등록용)
   COLOR_CD           VARCHAR(2)          NULL     COMMENT '색상코드', -- 색상코드
+  MAIN_COLOR_YN      VARCHAR(1)          NULL     COMMENT '대표색상여부', -- 대표색상여부
   STYLE_YEAR         VARCHAR(4)          NOT NULL COMMENT '스타일연도', -- 스타일연도
-  SEASON_CD          VARCHAR(20)          NOT NULL COMMENT '시즌코드(공통코드G006)', -- 시즌코드(공통코드G006)
-  SEX_GB             VARCHAR(20)          NOT NULL COMMENT '성별구분(공통코드G007)', -- 성별구분(공통코드G007)
+  SEASON_CD          VARCHAR(20)         NOT NULL COMMENT '시즌코드(공통코드G006)', -- 시즌코드(공통코드G006)
+  SEX_GB             VARCHAR(20)         NOT NULL COMMENT '성별구분(공통코드G007)', -- 성별구분(공통코드G007)
   GOODS_NUM          VARCHAR(20)         NULL     COMMENT '품번(자사상품만 사용)', -- 품번
   GOODS_TYPE         VARCHAR(20)         NOT NULL COMMENT '상품타입(공통코드G056)', -- 상품타입(공통코드G018)
   LIST_PRICE         INT UNSIGNED        NOT NULL COMMENT '정상가(최초판매가)', -- 정상가(최초판매가)
@@ -2104,6 +2105,13 @@ CREATE INDEX IX_GOODS_03
     GOODS_STAT ASC      -- 상품상태(공통코드G008)
   );
 
+-- IX_GOODS_04
+CREATE INDEX IX_GOODS_04
+  ON TB_GOODS( -- 상품
+    GOODS_NUM ASC -- 품번
+  );
+
+
 -- 상품
 ALTER TABLE TB_GOODS
   ADD CONSTRAINT FK_BRAND_TO_GOODS -- 브랜드 -> 상품
@@ -2151,6 +2159,7 @@ CREATE TABLE TB_GOODS_HST (
   GOODS_SNM          VARCHAR(4000)       NULL     COMMENT '상품검색명', -- 상품검색명
   GOODS_SNM1         VARCHAR(4000)       NULL     COMMENT '상품검색명1(사용자등록용)', -- 상품검색명1(사용자등록용)
   COLOR_CD           VARCHAR(2)          NULL     COMMENT '색상코드', -- 색상코드
+  MAIN_COLOR_YN      VARCHAR(1)          NULL     COMMENT '대표색상여부', -- 대표색상여부
   STYLE_YEAR         VARCHAR(4)          NOT NULL COMMENT '스타일연도', -- 스타일연도
   SEASON_CD          VARCHAR(20)          NOT NULL COMMENT '시즌코드(공통코드G006)', -- 시즌코드(공통코드G006)
   SEX_GB             VARCHAR(20)          NOT NULL COMMENT '성별구분(공통코드G007)', -- 성별구분(공통코드G007)

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

@@ -1073,3 +1073,73 @@ Command-line arguments:  -os win32 -ws win32 -arch x86 D:\WIDE\workspace\webapps
 
 !ENTRY org.eclipse.osgi 2 1 2020-10-30 11:50:46.207
 !MESSAGE NLS unused message: ToggleColumnVisibilityHandler_5 in: com.tomato.exerd.handler.messages
+!SESSION 2020-11-03 11:22:42.973 -----------------------------------------------
+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 2020-11-03 11:22:43.880
+!MESSAGE NLS unused message: OpenResourceDialog_openButton_text in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:43.880
+!MESSAGE NLS unused message: OpenResourceDialog_openWithMenu_label in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:43.880
+!MESSAGE NLS unused message: OpenResourceDialog_openWithButton_toolTip in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:43.880
+!MESSAGE NLS unused message: CleanDialog_cleanSelectedTaskName in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:43.880
+!MESSAGE NLS unused message: RecentWorkspacesPreferencePage_PromptAtStartup_label in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:43.880
+!MESSAGE NLS unused message: RecentWorkspacesPreferencePage_RemoveButton_label in: org.eclipse.ui.internal.ide.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:47.083
+!MESSAGE NLS unused message: url_couldNotResolve_projectDoesNotExist in: org.eclipse.core.internal.utils.messages
+
+!ENTRY org.eclipse.core.resources 2 10035 2020-11-03 11:22:47.208
+!MESSAGE The workspace exited with unsaved changes in the previous session; refreshing workspace to recover changes.
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:47.474
+!MESSAGE NLS unused message: Shortcuts_shortcutTab in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:47.474
+!MESSAGE NLS unused message: Shortcuts_selectShortcutsLabel in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:47.474
+!MESSAGE NLS unused message: Shortcuts_availableMenus in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:47.474
+!MESSAGE NLS unused message: Shortcuts_availableCategories in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:47.474
+!MESSAGE NLS unused message: Shortcuts_allShortcuts in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:47.474
+!MESSAGE NLS unused message: Util_listNull in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:47.474
+!MESSAGE NLS unused message: OpenBrowserHandler_NoInfoDialogTitle in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:47.474
+!MESSAGE NLS unused message: AboutFeaturesDialog_SimpleTitle in: org.eclipse.ui.internal.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:52.412
+!MESSAGE NLS unused message: BinaryDumpHandler_1 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:52.412
+!MESSAGE NLS unused message: ConvertToXMLHandler_1 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:52.428
+!MESSAGE NLS unused message: SelectHandler_11 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:52.428
+!MESSAGE NLS unused message: ToggleColumnVisibilityHandler_4 in: com.tomato.exerd.handler.messages
+
+!ENTRY org.eclipse.osgi 2 1 2020-11-03 11:22:52.428
+!MESSAGE NLS unused message: ToggleColumnVisibilityHandler_5 in: com.tomato.exerd.handler.messages

BIN
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.core.resources/.root/15.tree


BIN
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.core.resources/.root/16.tree


BIN
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.core.resources/.safetable/org.eclipse.core.resources


BIN
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.core.resources/.snap


+ 17 - 0
산출물/3.설계/ERD/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml

@@ -173,6 +173,8 @@
 <editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Mall.exerd"/>
 <editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/ST24.exerd"/>
 <editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Wms.exerd"/>
+<editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Mall.exerd"/>
+<editor factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="com.tomato.exerd.editor.DiagramEditor" uri="file:/D:/WIDE/workspace/webapps/style24/style24.doc/산출물/3.설계/ERD/asis/iSTYLE24_Wms.exerd"/>
 </editors>
 <item historyLabel="ST24.exerd" index="0"/>
 <item historyLabel="iSTYLE24_Mall.exerd" index="1"/>
@@ -197,6 +199,21 @@
 <item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
 <item historyLabel="ST24.exerd" index="4"/>
 <item historyLabel="iSTYLE24_Mall.exerd" index="3"/>
+<item historyLabel="ST24.exerd" index="4"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="4"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="4"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="4"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="4"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="4"/>
+<item historyLabel="iSTYLE24_Wms.exerd" index="7"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
+<item historyLabel="ST24.exerd" index="4"/>
+<item historyLabel="iSTYLE24_Mall.exerd" index="6"/>
 <item active="true" historyLabel="ST24.exerd" index="4"/>
 </navigationHistory>
 <input factoryID="org.eclipse.ui.internal.model.ResourceFactory" path="/" type="8"/>

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