mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
This commit is contained in:
parent
e376604d09
commit
696926b424
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue