summaryrefslogtreecommitdiff
path: root/db/schema/techSales.ts
diff options
context:
space:
mode:
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 }),