Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. CREATE TABLE `blog` (
  2.   `blog_id` int(11) NOT NULL,
  3.   `title` varchar(50) NOT NULL,
  4.   `content` text NOT NULL
  5. ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
  6.