Closed max-prokopenko closed 1 year ago
Hi!
I'm wondering if it is possible to overwrite existing fields of medusa entity? I'm trying to make email field of the Customer entity not unique.
email
Customer
Thanks!
For that, you just need to create a migration to remove the constraints on the customer email.
Hi!
I'm wondering if it is possible to overwrite existing fields of medusa entity? I'm trying to make
email
field of theCustomer
entity not unique.Thanks!