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

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions