1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 14:13:03 +02:00

Added keyword tags to downloads.

This commit is contained in:
Cameron
2014-02-04 09:22:15 -08:00
parent e4c15a5646
commit 47c546c2fb
3 changed files with 51 additions and 33 deletions

View File

@@ -10,6 +10,7 @@ CREATE TABLE download (
download_author_email varchar(200) NOT NULL default '',
download_author_website varchar(200) NOT NULL default '',
download_description text NOT NULL,
download_keywords text NOT NULL,
download_filesize varchar(20) NOT NULL default '',
download_requested int(10) unsigned NOT NULL default '0',
download_category int(10) unsigned NOT NULL default '0',