summaryrefslogtreecommitdiff
path: root/db/schema/items.ts
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema/items.ts')
-rw-r--r--db/schema/items.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema/items.ts b/db/schema/items.ts
index 16338671..a7eb2a3f 100644
--- a/db/schema/items.ts
+++ b/db/schema/items.ts
@@ -89,7 +89,7 @@ export type ItemOffshoreHull = typeof itemOffshoreHull.$inferSelect;
//각 테이블별 컬럼 변경(itemid -> itemCode)
-// 자재 검색용 뷰 - MDG 스키마의 MATERIAL_MASTER_PART_MATL 테이블에서 DISTINCT 조회
+// 자재그룹 검색용 뷰 - MDG 스키마의 MATERIAL_MASTER_PART_MATL 테이블에서 DISTINCT 조회
export const materialSearchView = pgView("material_search_view").as((qb) => {
return qb
.select({