diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-25 05:00:10 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-25 05:00:10 +0000 |
| commit | ca6545ad76c548a3202e0deee1e2b1dde51bc413 (patch) | |
| tree | e18ed085c205b602d228b52a289487bea716f442 /db/schema | |
| parent | 6824e097d768f724cf439b410ccfb1ab9685ac98 (diff) | |
(최겸) 기술영업 rfq 수정(리비전 오류 및 첨부파일 오류 수정)+스키마 일부 변경
Diffstat (limited to 'db/schema')
| -rw-r--r-- | db/schema/techSales.ts | 2 |
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 }), |
