Create Account


Categories

Content is King when it comes to creating websites that attract viewers and it's the only way you are going to keep them coming back. Your website is meaningless without content that captures the hearts and minds of your readers.

Mixed Martial Arts Events

2007-07-07

Big Image

Released on: 2007-07-07

Price: 30.00

CREATE TABLE /*!32312 IF NOT EXISTS*/ `events` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `organization` varchar(255) default NULL,
  `event` text,
  `match` int(10) unsigned default NULL,
  `winner` varchar(250) default NULL,
  `loser` varchar(250) default NULL,
  `method` text,
  `round` int(10) unsigned default NULL,
  `time` varchar(50) default NULL,
  KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

 

This is a HUGE custom compiled database of Mixed Martial Arts Events & Statistics

 

 

Over 30,709 records!

View Sample

Buy Now

Comments:

No Comments Yet

You must login to leave a comment