Login   Register  
PHP Classes
elePHPant
Icontem

File: data.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Igor Herson Aquino de França  >  Url short URL dynamic  >  data.sql  >  Download  
File: data.sql
Role: Configuration script
Content type: text/plain
Description: Data Base file
Class: Url short URL dynamic
Create and redirect URL shortcuts
Author: By
Last change:
Date: 2008-09-18 09:31
Size: 216 bytes
 

Contents

Class file image Download
CREATE TABLE IF NOT EXISTS `adress` (
  `id` int(11) NOT NULL auto_increment,
  `cod` varchar(15) NOT NULL,
  `url` text NOT NULL,
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=4 ;