@factor-wise/prisma-schema 2.0.48 → 2.0.49

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@factor-wise/prisma-schema",
3
- "version": "2.0.48",
3
+ "version": "2.0.49",
4
4
  "description": "Shared Prisma schema and generated client for Factor Wise projects",
5
5
  "main": "generated/client/index.js",
6
6
  "types": "generated/client/index.d.ts",
@@ -642,9 +642,9 @@ model customer {
642
642
  fatherName String? @db.VarChar(100)
643
643
  gender customer_gender? @default(NA)
644
644
  dob DateTime? @db.Date
645
- mobile BigInt
645
+ mobile BigInt @unique
646
646
  email String? @db.VarChar(100)
647
- pancard String? @db.VarChar(100)
647
+ pancard String? @unique
648
648
  aadharNo BigInt?
649
649
  password String @default("") @db.VarChar(20)
650
650
  marrital String? @db.VarChar(10)
@@ -2652,6 +2652,7 @@ enum collection_collectedMode {
2652
2652
  HYPTO_Bank__Virtual_A_c @map("HYPTO Bank- Virtual A/c")
2653
2653
  Razorpay_Bank @map("Razorpay Bank")
2654
2654
  RAZORPAY_PAYMENT_GATEWAY @map("RAZORPAY PAYMENT GATEWAY")
2655
+ EASEBUZZ_PAYMENT_GATEWAY @map("EASEBUZZ PAYMENT GATEWAY")
2655
2656
  GOOGLE_PAY @map("GOOGLE PAY")
2656
2657
  CASHFREE_PAYMENT_GATEWAY @map("CASHFREE PAYMENT GATEWAY")
2657
2658
  ICICI_BANK_1435 @map("ICICI BANK-1435")