-- phpMyAdmin SQL Dump
-- version 3.2.4
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Feb 20, 2010 at 02:38 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 `ppcache`
--

CREATE TABLE IF NOT EXISTS `ppcache` (
  `id` tinyint(1) NOT NULL DEFAULT '1',
  `timestamp` int(15) NOT NULL DEFAULT '0',
  `statscache` mediumtext,
  `recentcache` mediumtext,
  `popularcache` mediumtext,
  `randomcache` mediumtext,
  `calcache` mediumtext,
  `catcache` mediumtext,
  `catprops` mediumtext,
  PRIMARY KEY (`id`),
  KEY `id` (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `ppcache`
--

INSERT INTO `ppcache` (`id`, `timestamp`, `statscache`, `recentcache`, `popularcache`, `randomcache`, `calcache`, `catcache`, `catprops`) VALUES
(1, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL);

