AudioFerret/v1/sql/Files
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
SQL
<mysql>CREATE TABLE `Files` (
`id` int(11) NOT NULL auto_increment, `filespec` varchar(255) default NULL, `id_sourcetype` int(11) default NULL, PRIMARY KEY (`id`)
) ENGINE=MyISAM;</mysql>
