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

Count total time longer

This commit is contained in:
DanieL 2022-12-22 16:59:00 -03:00
parent 29c24574da
commit 9e5fc74a4a
3 changed files with 14 additions and 2 deletions

View file

@ -173,7 +173,7 @@ CREATE TABLE IF NOT EXISTS `videos` (
`filepath` VARCHAR(255) NULL DEFAULT NULL,
`filesize` BIGINT(19) UNSIGNED NULL DEFAULT 0,
`live_transmitions_history_id` INT(11) NULL DEFAULT NULL,
`total_seconds_watching` INT NULL DEFAULT 0,
`total_seconds_watching` BIGINT(19) UNSIGNED NULL DEFAULT 0,
`duration_in_seconds` INT NULL,
`likes` INT NULL,
`dislikes` INT NULL,