Well it depends on what you need..
Code:
CREATE TABLE `cashxferlogs` (
`song` int(11) NOT NULL auto_increment,
`which` int(11) NOT NULL default '0',
`what` int(11) NOT NULL default '0',
`cxVALUE` int(11) NOT NULL default '0',
`cxTIME` int(11) NOT NULL default '0',
`cxFROMIP` varchar(15) NOT NULL default '127.0.0.1',
`cxTOIP` varchar(15) NOT NULL default '127.0.0.1',
PRIMARY KEY (`cxID`)
) ENGINE=MyISAM
Need more information..but that is a basic table for a song list to list..so lol yea lemme know