summaryrefslogtreecommitdiff
path: root/db/schema/bidding.ts
diff options
context:
space:
mode:
Diffstat (limited to 'db/schema/bidding.ts')
-rw-r--r--db/schema/bidding.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/db/schema/bidding.ts b/db/schema/bidding.ts
index d87f9fa8..bc31f6de 100644
--- a/db/schema/bidding.ts
+++ b/db/schema/bidding.ts
@@ -294,15 +294,15 @@ export const prItemsForBidding = pgTable('pr_items_for_bidding', {
currency: varchar('currency', { length: 3 }).default('KRW'),
// 수량 및 중량
- quantity: decimal('quantity', { precision: 10, scale: 2 }), // 수량
+ quantity: decimal('quantity', { precision: 10, scale: 3 }), // 수량
quantityUnit: varchar('quantity_unit', { length: 50 }), // 수량단위 (구매단위)
- totalWeight: decimal('total_weight', { precision: 10, scale: 2 }), // 총 중량
+ totalWeight: decimal('total_weight', { precision: 10, scale: 3 }), // 총 중량
weightUnit: varchar('weight_unit', { length: 50 }), // 중량단위 (자재순중량)
// 가격 단위 추가
priceUnit: varchar('price_unit', { length: 50 }), // 가격단위
purchaseUnit: varchar('purchase_unit', { length: 50 }), // 구매단위
- materialWeight: decimal('material_weight', { precision: 10, scale: 2 }), // 자재순중량
+ materialWeight: decimal('material_weight', { precision: 10, scale: 3 }), // 자재순중량
// WBS 정보
wbsCode: varchar('wbs_code', { length: 100 }), // WBS 코드