AudioFerret/v1/sql/Artist

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< AudioFerret‎ | v1‎ | sql
Jump to navigation Jump to search

SQL

<mysql>CREATE TABLE `Artist` (

 `id` int(11) NOT NULL auto_increment,
 `name` varchar(50) default NULL,
 `filekey` varchar(10) default NULL,
 `sort` varchar(50) default NULL,
 PRIMARY KEY  (`id`)

) ENGINE=MyISAM DEFAULT CHARSET=latin1;</mysql>