PHP Classes

File: data.sql

Recommend this page to a friend!
  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: 15 years ago
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 ;