id int(11) not_null auto_increment
file_id int(11) not_null
file_name varchar(255) DEFAULT NULL
date_created date DEFAULT NULL
date_updated date DEFAULT NULL
file_version varchar(255) DEFAULT NULL
file_downloads int(11) not_null
file_rating int(11) not_null
file_prices decimal(15,4) DEFAULT NULL
file_date_added date DEFAULT NULL
file_url_screenshot text DEFAULT NULL
file_url_download text DEFAULT NULL
is_installed tinyint(4) not_null default(0)
--
primary id
index_file_id file_id
##
engine innodb
character_set utf8mb4
collate utf8mb4_unicode_ci