The provided value for the column is too long for the column's type. Column: image
This commit is contained in:
parent
af6794bdda
commit
03ea12b11d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ model Post {
|
||||||
content String? @db.Text
|
content String? @db.Text
|
||||||
summary String? @db.Text
|
summary String? @db.Text
|
||||||
URL String @unique
|
URL String @unique
|
||||||
image String?
|
image String? @db.VarChar(250)
|
||||||
sourceId Int
|
sourceId Int
|
||||||
tags Tag[]
|
tags Tag[]
|
||||||
source Source @relation(fields: [sourceId], references: [id])
|
source Source @relation(fields: [sourceId], references: [id])
|
||||||
|
|
Loading…
Reference in a new issue