diff options
Diffstat (limited to 'db/schema/rfq.ts')
| -rw-r--r-- | db/schema/rfq.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema/rfq.ts b/db/schema/rfq.ts index 4e35dd10..66357972 100644 --- a/db/schema/rfq.ts +++ b/db/schema/rfq.ts @@ -294,7 +294,7 @@ export const cbeEvaluations = pgTable("cbe_evaluations", { // 통화 currency: varchar("currency", { length: 10 }).default("USD"), - // 결제 조건, 인도 조건, 기타 상업 조건 + // 지급 조건, 인도 조건, 기타 상업 조건 paymentTerms: varchar("payment_terms", { length: 255 }), incoterms: varchar("incoterms", { length: 50 }), deliverySchedule: text("delivery_schedule"), // 정해진 형식이 있다면 varchar, 아니면 text |
