✨ feat: endpoint for bulk insert video
This commit is contained in:
@ -218,6 +218,8 @@ model Video {
|
||||
deletedAt DateTime?
|
||||
createdAt DateTime @default(now())
|
||||
updatedAt DateTime @default(now()) @updatedAt
|
||||
|
||||
@@unique([serviceId, code])
|
||||
@@map("videos")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user