1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00

Add option to organize the videos order

This commit is contained in:
Daniel Neto 2023-07-10 09:15:49 -03:00
parent 89795fe843
commit 6fa17d1bfc
12 changed files with 260 additions and 17 deletions

View file

@ -150,7 +150,7 @@ CREATE TABLE IF NOT EXISTS `videos` (
`duration` VARCHAR(15) NOT NULL,
`type` ENUM('audio', 'video', 'embed', 'linkVideo', 'linkAudio', 'torrent', 'pdf', 'image', 'gallery', 'article', 'serie', 'zip') NOT NULL DEFAULT 'video',
`videoDownloadedLink` VARCHAR(255) NULL DEFAULT NULL,
`order` INT(10) UNSIGNED NOT NULL DEFAULT 1,
`order` INT(10) UNSIGNED NULL DEFAULT NULL,
`rotation` SMALLINT(6) NULL DEFAULT 0,
`zoom` FLOAT NULL DEFAULT 1,
`youtubeId` VARCHAR(45) NULL DEFAULT NULL,