Sfoglia il codice sorgente

Merge branch 'master' of http://112.172.147.34:4936/style24/style24.doc.git

eskim 5 anni fa
parent
commit
48c8168e37
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      산출물/3.설계/05.DB-Object/06.DDL/table.sql

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

@@ -3703,6 +3703,12 @@ CREATE INDEX IX_GOODS_07
     PRODUCT_CODE ASC -- ProductCode(WMS)
   );
 
+-- IX_GOODS_08
+CREATE INDEX IX_GOODS_08
+  ON TB_GOODS( -- 상품
+    ITEMKIND_CD ASC -- 품목코드
+  );
+
 ################################################################################
 #상품이력
 ################################################################################