Login   Register  
PHP Classes
elePHPant
Icontem

File: jsrs-adr-php/adressedb.sql

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of yo keller  >  metaForm  >  jsrs-adr-php/adressedb.sql  >  Download  
File: jsrs-adr-php/adressedb.sql
Role: Auxiliary data
Content type: text/plain
Description: sql script for the jsrs demo database
Class: metaForm
Generate and validate forms from XML definitions
Author: By
Last change:
Date: 2005-03-15 13:16
Size: 975 bytes
 

Contents

Class file image Download
# phpMyAdmin SQL Dump
# version 2.5.6
# http://www.phpmyadmin.net
#
# Serveur: localhost
# Généré le : Dimanche 20 Février 2005 à 11:27
# Version du serveur: 4.1.9
# Version de PHP: 4.3.9
# 
# Base de données: `jsrs`
# 

# --------------------------------------------------------

#
# Structure de la table `adresse`
#

CREATE TABLE `adresse` (
  `id` int(10) unsigned NOT NULL auto_increment,
  `numero` text NOT NULL,
  `rue` text NOT NULL,
  `lieu_dit` text NOT NULL,
  `commune` text NOT NULL,
  `code` text NOT NULL,
  `departement` text NOT NULL,
  `pays` text NOT NULL,
  `type_lieu` text NOT NULL,
  `aux_designations` text NOT NULL,
  PRIMARY KEY  (`id`),
  UNIQUE KEY `id_2` (`id`),
  KEY `id` (`id`),
  FULLTEXT KEY `numero` (`numero`,`rue`,`lieu_dit`,`commune`,`code`,`departement`,`pays`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Created by phpFormGenerator' AUTO_INCREMENT=1 ;

#
# Contenu de la table `adresse`
#