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:
parent
29c24574da
commit
9e5fc74a4a
3 changed files with 14 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue