-- : `easywave`
-- 

-- --------------------------------------------------------

-- 
--   `online_users`
-- 

CREATE TABLE `online_users` (
  `id` int(11) NOT NULL auto_increment,
  `near_id` text NOT NULL,
  UNIQUE KEY `id` (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=1 DEFAULT CHARSET=cp1251 AUTO_INCREMENT=1 ;

-- 
--    `online_users`
-- 

        