Skip to content

Commit

Permalink
fix: prisma schema value text to support longer texts
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikZed committed Jan 3, 2024
1 parent 955c5b6 commit 15d0e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -1724,7 +1724,7 @@ model AttributeValueVariant {
/// Represent value of the attribute value, like text string.
/// When hexColor is additionally used, you always need a string value as well
/// When the attribute type is "reference", we use the id of the referenced product or variant
value String @db.VarChar(1800)
value String @db.Text
/// color values for swatch attributes
hexColor String?
Expand Down

1 comment on commit 15d0e11

@vercel
Copy link

@vercel vercel bot commented on 15d0e11 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.