diff options
Diffstat (limited to 'db/schema/rfqVendor.ts')
| -rw-r--r-- | db/schema/rfqVendor.ts | 4 |
1 files changed, 2 insertions, 2 deletions
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"), |
