@factor-wise/prisma-schema 2.0.49 → 2.0.50

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.49",
3
+ "version": "2.0.50",
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 @unique
645
+ mobile BigInt
646
646
  email String? @db.VarChar(100)
647
- pancard String? @unique
647
+ pancard String? @db.VarChar(100)
648
648
  aadharNo BigInt?
649
649
  password String @default("") @db.VarChar(20)
650
650
  marrital String? @db.VarChar(10)