@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 +1 -1
- package/prisma/schema.prisma +2 -2
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -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
|
|
646
646
|
email String? @db.VarChar(100)
|
|
647
|
-
pancard String? @
|
|
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)
|