-- phpMyAdmin SQL Dump
-- version 2.6.0-pl1
-- http://www.phpmyadmin.net
--
-- Host: localhost
-- Generation Time: Nov 10, 2004 at 01:49 PM
-- Server version: 4.0.20
-- PHP Version: 5.0.1
--
-- Database: `mmdt1146`
--

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

--
-- Table structure for table `url_titles`
--

CREATE TABLE `url_titles` (
`title_id` smallint(4) unsigned NOT NULL auto_increment,
`url` varchar(60) NOT NULL default '',
`title` varchar(60) NOT NULL default '',
`description` tinytext NOT NULL,
PRIMARY KEY (`title_id`),
UNIQUE KEY `url` (`url`)
) TYPE=MyISAM AUTO_INCREMENT=2 ;