Skip to content

[Introspection] Data validation attributes are lost after db pull #2341

@ymc9

Description

@ymc9

Before:

model User {
  ...
  email String @unique @email
}

After:

model User {
  ...
  email String @unique
}

@svetch for your awareness.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions