summaryrefslogtreecommitdiff
path: root/db/schema
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema')
-rw-r--r--db/schema/bidding.ts8
1 files changed, 6 insertions, 2 deletions
diff --git a/db/schema/bidding.ts b/db/schema/bidding.ts
index a4d64e86..74603df0 100644
--- a/db/schema/bidding.ts
+++ b/db/schema/bidding.ts
@@ -60,7 +60,9 @@ export const biddingTypeEnum = pgEnum('bidding_type', [
'piping', // 배관
'transport', // 운송
'waste', // 폐기물
- 'sale' // 매각
+ 'sale', // 매각
+ 'steel', // 강재
+ 'other' // 기타(직접입력)
])
// 4. 낙찰수 enum
@@ -578,7 +580,9 @@ export const biddingTypeLabels = {
piping: '배관',
transport: '운송',
waste: '폐기물',
- sale: '매각'
+ sale: '매각',
+ steel: '강재',
+ other: '기타(직접입력)'
} as const
export const awardCountLabels = {