diff options
| author | Factiven <[email protected]> | 2023-09-12 21:45:30 +0700 |
|---|---|---|
| committer | Factiven <[email protected]> | 2023-09-12 21:45:30 +0700 |
| commit | 701798acaeb28f657bd1420d06253d350eb41b96 (patch) | |
| tree | 6df53eb6c7ae07c5af21bcd6d3a0078b1d196d13 /prisma/schema.prisma | |
| parent | Create build-test.yml (diff) | |
| download | moopa-701798acaeb28f657bd1420d06253d350eb41b96.tar.xz moopa-701798acaeb28f657bd1420d06253d350eb41b96.zip | |
initial v4 commit
Diffstat (limited to 'prisma/schema.prisma')
| -rw-r--r-- | prisma/schema.prisma | 3 |
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 |