новые типы

This commit is contained in:
Alexey Kasyanchuk
2017-01-13 19:41:57 +03:00
parent 67e02c6baa
commit 00ad9a1630

View File

@ -76,7 +76,7 @@ CREATE TABLE `torrents` (
`added` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
`ipv4` char(15) DEFAULT NULL,
`port` smallint(5) unsigned DEFAULT NULL,
`contentType` enum('video','audio','pictures','books','application') DEFAULT NULL,
`contentType` enum('video','audio','pictures','books','application','archive','disc') DEFAULT NULL,
`contentCategory` varchar(32) DEFAULT NULL,
`seeders` int(10) unsigned DEFAULT NULL,
`leechers` int(10) unsigned DEFAULT NULL,