--
-- Table structure for table `radio`
--
CREATE TABLE IF NOT EXISTS `radio` (
`id` int(11) NOT NULL,
`radio` text NOT NULL,
`name` text NOT NULL,
`datata` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
--
-- Dumping data for table `radio`
--
INSERT INTO `radio` (`id`, `radio`, `name`, `datata`) VALUES
(0, 'test', 'test', '');