1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 01:39:24 +02:00
Daniel Neto 2023-08-31 17:44:05 -03:00
parent e376604d09
commit 696926b424

View file

@ -501,7 +501,7 @@ CREATE TABLE IF NOT EXISTS `playlists` (
`modified` DATETIME NULL DEFAULT NULL,
`users_id` INT(11) NOT NULL,
`status` ENUM('public', 'private', 'unlisted', 'favorite', 'watch_later') NOT NULL DEFAULT 'public',
`showOnTV` TINYINT NULL,,
`showOnTV` TINYINT NULL,
`showOnFirstPage` TINYINT(1) UNSIGNED NULL DEFAULT 0,
PRIMARY KEY (`id`),
INDEX `fk_playlists_users1_idx` (`users_id` ASC),