feat: endpoint for create video service

This commit is contained in:
Rafi Arrafif
2026-01-30 15:18:00 +07:00
parent 0521c27834
commit ab0c8afca4
6 changed files with 83 additions and 1 deletions

View File

@ -229,6 +229,7 @@ model VideoService {
hexColor String @db.VarChar(10)
endpointVideo String @db.Text
endpointThumbnail String? @db.Text
endpointDownload String?
creator User @relation("UserVideoServices", fields: [createdBy], references: [id])
createdBy String @db.Uuid
deletedAt DateTime?