-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 20, 2010 at 03:00 PM
-- Server version: 5.1.40
-- PHP Version: 5.2.6

SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;

--
-- Database: `bmcforu_transfer`
--

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

--
-- Table structure for table `vbchat_store`
--

CREATE TABLE IF NOT EXISTS `vbchat_store` (
  `sid` int(15) NOT NULL AUTO_INCREMENT,
  `s_postby` int(15) NOT NULL DEFAULT '0',
  `s_message` mediumtext NOT NULL,
  `s_postime` int(15) NOT NULL DEFAULT '0',
  `s_foruser` int(15) NOT NULL DEFAULT '0',
  `s_forroom` int(15) NOT NULL DEFAULT '0',
  PRIMARY KEY (`sid`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=23039 ;

--
-- Dumping data for table `vbchat_store`
--

INSERT INTO `vbchat_store` (`sid`, `s_postby`, `s_message`, `s_postime`, `s_foruser`, `s_forroom`) VALUES
(23038, -1, 'BlueOnBlack Joins Room', 1137214455, 0, 0);

