# phpMyAdmin MySQL-Dump # http://phpwizard.net/phpMyAdmin/ # # Serveur: localhost Base de données: top50 # -------------------------------------------------------- # # Structure de la table 'top2' # DROP TABLE IF EXISTS top2; CREATE TABLE top2 ( num int(9) DEFAULT '0' NOT NULL AUTO_INCREMENT, nom longtext NOT NULL, description longtext NOT NULL, urlsite longtext NOT NULL, urlband longtext, email longtext NOT NULL, mdp longtext NOT NULL, hitsin int(9) DEFAULT '0' NOT NULL, hitsout int(9) DEFAULT '0' NOT NULL, PRIMARY KEY (num) );