summaryrefslogtreecommitdiff
path: root/db/schema/techSales.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-06-25 05:00:10 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-06-25 05:00:10 +0000
commitca6545ad76c548a3202e0deee1e2b1dde51bc413 (patch)
treee18ed085c205b602d228b52a289487bea716f442 /db/schema/techSales.ts
parent6824e097d768f724cf439b410ccfb1ab9685ac98 (diff)
(최겸) 기술영업 rfq 수정(리비전 오류 및 첨부파일 오류 수정)+스키마 일부 변경
Diffstat (limited to 'db/schema/techSales.ts')
-rw-r--r--db/schema/techSales.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema/techSales.ts b/db/schema/techSales.ts
index 87802f52..70d812f3 100644
--- a/db/schema/techSales.ts
+++ b/db/schema/techSales.ts
@@ -229,7 +229,7 @@ export const techSalesVendorQuotations = pgTable(
// === [시작]견적 응답 정보 ===
quotationCode: varchar("quotation_code", { length: 50 }),
- quotationVersion: integer("quotation_version").default(1),
+ quotationVersion: integer("quotation_version"), // 기본값 제거 - 벤더 assign 시에는 null, 견적 제출 시에만 1부터 시작
totalPrice: numeric("total_price"),
currency: varchar("currency", { length: 10 }),