The provided value for the column is too long for the column's type. Column: image

This commit is contained in:
lesion 2022-02-14 13:24:16 +01:00
parent af6794bdda
commit 03ea12b11d

View file

@ -23,7 +23,7 @@ model Post {
content String? @db.Text
summary String? @db.Text
URL String @unique
image String?
image String? @db.VarChar(250)
sourceId Int
tags Tag[]
source Source @relation(fields: [sourceId], references: [id])