✨ feat: endpoint for create video service
This commit is contained in:
@ -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?
|
||||
|
||||
Reference in New Issue
Block a user