From f93493f68c9f368e10f1c3379f1c1384068e3b14 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Mon, 8 Sep 2025 10:29:19 +0000 Subject: (대표님, 최겸) rfqLast, bidding, prequote MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/schema/rfqVendor.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'db/schema/rfqVendor.ts') diff --git a/db/schema/rfqVendor.ts b/db/schema/rfqVendor.ts index e92b1e10..9d7b5fa8 100644 --- a/db/schema/rfqVendor.ts +++ b/db/schema/rfqVendor.ts @@ -30,9 +30,9 @@ export const rfqLastVendorResponses = pgTable( // 응답 상태 status: varchar("status", { length: 30 }) - .$type<"작성중" | "제출완료" | "수정요청" | "최종확정" | "취소">() + .$type<"초대됨" | "작성중" | "제출완료" | "수정요청" | "최종확정" | "취소">() .notNull() - .default("작성중"), + .default("초대됨"), // 제출 정보 submittedAt: timestamp("submitted_at"), -- cgit v1.2.3