pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

MySQL pastebin - collaborative debugging tool View Help


Posted by Anonymous on Tue 12 Aug 12:26
report abuse | download | new post

  1.  
  2. --
  3. -- Table structure for table `default_table`
  4. --
  5.  
  6. CREATE TABLE `default_table` (
  7.   `biz_id` INT(11) NOT NULL AUTO_INCREMENT,
  8.   `biz_name` VARCHAR(255) NOT NULL DEFAULT '',
  9.   `address` VARCHAR(255) NOT NULL DEFAULT '',
  10.   `city` VARCHAR(100) NOT NULL DEFAULT '',
  11.   `state` VARCHAR(100) NOT NULL DEFAULT '',
  12.   `zip` VARCHAR(20) NOT NULL DEFAULT '',
  13.   `phone` VARCHAR(20) NOT NULL DEFAULT '',
  14.   `url` VARCHAR(255) NOT NULL DEFAULT '',
  15.   `email` VARCHAR(255) NOT NULL DEFAULT '',
  16.   `description` TEXT NOT NULL,
  17.   `hours` VARCHAR(100) NOT NULL DEFAULT '',
  18.   `details` TEXT NOT NULL,
  19.   PRIMARY KEY  (`biz_id`)
  20. ) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2582 ;
  21.  
  22. --
  23. -- Dumping data for table `default_table`
  24. --
  25.  
  26. INSERT INTO `default_table` VALUES (1, 'Animal Shelters', '1201 Parkwood Drive', 'Anniston', 'AL', '36201', '(256) 236-1581', '', '', '', '', '\n<b>Products &amp; Services:</b><br>\n<ul>\n<li>City & County Government</li>\n</ul>\n');
  27. INSERT INTO `default_table` VALUES (2, 'The Dog Pound', '1701 US Highway 72 West', 'Athens', 'AL', '35611', '(256) 771-7889', 'http://www.the-dog-pound.com', '', '', '', '\n<b>Products &amp; Services:</b><br>\n<ul>\n<li>City & County Government</li>\n</ul>\n');

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post