summaryrefslogtreecommitdiff
path: root/db/schema/rfqLast.ts
diff options
context:
space:
mode:
authordujinkim <dujin.kim@dtsolution.co.kr>2025-09-08 10:29:19 +0000
committerdujinkim <dujin.kim@dtsolution.co.kr>2025-09-08 10:29:19 +0000
commitf93493f68c9f368e10f1c3379f1c1384068e3b14 (patch)
treea9dada58741750fa7ca6e04b210443ad99a6bccc /db/schema/rfqLast.ts
parente832a508e1b3c531fb3e1b9761e18e1b55e3d76a (diff)
(대표님, 최겸) rfqLast, bidding, prequote
Diffstat (limited to 'db/schema/rfqLast.ts')
-rw-r--r--db/schema/rfqLast.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/db/schema/rfqLast.ts b/db/schema/rfqLast.ts
index 95d2cc9b..56cc0c35 100644
--- a/db/schema/rfqLast.ts
+++ b/db/schema/rfqLast.ts
@@ -125,13 +125,12 @@ export const rfqLastDetails = pgTable(
incotermsDetail: varchar("incoterms_detail", { length: 255 }),
deliveryDate: date("delivery_date", { mode: "date" })
- .$type<Date>()
- .notNull(),
+ .$type<Date>(),
contractDuration: varchar("contract_duration", { length: 255 }),
- taxCode: varchar("tax_code", { length: 255 }).default("VV"),
+ taxCode: varchar("tax_code", { length: 255 }),
placeOfShipping: varchar("place_of_shipping", { length: 255 }),
placeOfDestination: varchar("place_of_destination", { length: 255 }),
remark: text("remark"),