aboutsummaryrefslogtreecommitdiff
path: root/prisma/schema.prisma
diff options
context:
space:
mode:
Diffstat (limited to 'prisma/schema.prisma')
-rw-r--r--prisma/schema.prisma3
1 files changed, 3 insertions, 0 deletions
diff --git a/prisma/schema.prisma b/prisma/schema.prisma
index 072415b..040864e 100644
--- a/prisma/schema.prisma
+++ b/prisma/schema.prisma
@@ -24,6 +24,9 @@ model WatchListEpisode {
timeWatched Int?
duration Int?
provider String?
+ nextId String?
+ nextNumber Int?
+ dub Boolean?
createdDate DateTime? @default(now())
userProfile UserProfile @relation(fields: [userProfileId], references: [name], onDelete: Cascade)
userProfileId String