aboutsummaryrefslogtreecommitdiff
path: root/prisma/schema.prisma
diff options
context:
space:
mode:
authorFactiven <[email protected]>2023-09-12 21:45:30 +0700
committerFactiven <[email protected]>2023-09-12 21:45:30 +0700
commit701798acaeb28f657bd1420d06253d350eb41b96 (patch)
tree6df53eb6c7ae07c5af21bcd6d3a0078b1d196d13 /prisma/schema.prisma
parentCreate build-test.yml (diff)
downloadmoopa-701798acaeb28f657bd1420d06253d350eb41b96.tar.xz
moopa-701798acaeb28f657bd1420d06253d350eb41b96.zip
initial v4 commit
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