Michael Aubry
10/28/2021, 8:01 PMmodel Media {
id String @id @default(cuid())
createdat DateTime? @default(now())
updatedat DateTime? @default(now())
date DateTime?
duration Float?
loading Boolean?
mediaurl String?
name String?
thumbnails String?
trimmed Boolean?
type String?
uid String?
thumbnailSprites String?
metadata String?
owner UserMedia[]
}
I am facing this error. Is there a way to increase the column character count? Specifically the id
unique column. I am a bit confused which column is causing this issue.