diff options
Diffstat (limited to 'db/schema/rfqLast.ts')
| -rw-r--r-- | db/schema/rfqLast.ts | 5 |
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"), |
