diff options
Diffstat (limited to 'db/schema/rfqLast.ts')
| -rw-r--r-- | db/schema/rfqLast.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/schema/rfqLast.ts b/db/schema/rfqLast.ts index 325942f4..98348439 100644 --- a/db/schema/rfqLast.ts +++ b/db/schema/rfqLast.ts @@ -264,7 +264,7 @@ export const rfqPrItems = pgTable( size: varchar("size", { length: 255 }), deliveryDate: date("delivery_date", { mode: "date" }) .$type<Date>(), - quantity: numeric("quantity", { precision: 12, scale: 2 }) + quantity: numeric("quantity", { precision: 12, scale: 3 }) .$type<number>() .default(1), uom: varchar("uom", { length: 50 }), // 단위 |
