@factor-wise/prisma-schema 2.0.25 → 2.0.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisma/schema.prisma +1 -1
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -516,7 +516,7 @@ model collection {
|
|
|
516
516
|
orderID String @default("no") @db.VarChar(216)
|
|
517
517
|
excess_amount String? @db.Text
|
|
518
518
|
discount_waiver String? @db.Text
|
|
519
|
-
discount_waiver_amount
|
|
519
|
+
discount_waiver_amount Float?
|
|
520
520
|
refund_utr_no String? @db.VarChar(256)
|
|
521
521
|
s3key String?
|
|
522
522
|
collectedByUser lms_users @relation("CollectionCollectedByUser", fields: [collectedBy], references: [userID])
|