CREATE TABLE IF NOT EXISTS `premium_users` (
`id` int(10) NOT NULL
auto_increment,
`user_id` int(10) NOT NULL,
`to_date` datetime NOT
NULL,
`m` text NOT NULL,
`s` text NOT NULL,
`a` text NOT NULL,
`r` text NOT NULL,
`ip` text NOT NULL,
PRIMARY KEY (`id`)
)
ENGINE=MyISAM AUTO_INCREMENT=19 DEFAULT CHARSET=cp1251 AUTO_INCREMENT=19
;