feat: endpoint for bulk insert video

This commit is contained in:
Rafi Arrafif
2026-01-30 15:56:43 +07:00
parent ab0c8afca4
commit 11a607b4da
7 changed files with 122 additions and 0 deletions

View File

@ -181,6 +181,10 @@ Table videos {
deletedAt DateTime
createdAt DateTime [default: `now()`, not null]
updatedAt DateTime [default: `now()`, not null]
indexes {
(serviceId, code) [unique]
}
}
Table video_services {