OzzyRMOzzyRMDocs
GlossaryAttributes

unique

Values in this column must not repeat across rows.

Values in this column must not repeat across rows.

A unique constraint ensures no two rows share the same value for this field. Common examples are email addresses and usernames.

Example

Prisma
email String @unique

On this page