summaryrefslogtreecommitdiff
path: root/db/schema
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema')
-rw-r--r--db/schema/techSales.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/db/schema/techSales.ts b/db/schema/techSales.ts
index 677e8cd3..c1068434 100644
--- a/db/schema/techSales.ts
+++ b/db/schema/techSales.ts
@@ -165,6 +165,9 @@ export const techSalesRfqs = pgTable("tech_sales_rfqs", {
.$type<"SHIP" | "TOP" | "HULL">()
.default("SHIP")
.notNull(),
+
+ // 벤더에게 프로젝트명/선주명 노출 여부
+ hideProjectInfoForVendors: boolean("hide_project_info_for_vendors").default(false).notNull(),
});
// 기술영업 RFQ 아이템 테이블 (1:N 관계)