diff --git a/next/prisma/schema.prisma b/next/prisma/schema.prisma index 4a541dfd6b..98f57a5442 100644 --- a/next/prisma/schema.prisma +++ b/next/prisma/schema.prisma @@ -111,7 +111,7 @@ model OAuthCredentials { token_type String? access_token_enc String? @db.Text access_token_expiration DateTime? - refresh_token_enc String? + refresh_token_enc String? @db.Text scope String? create_date DateTime @default(now())