Aide - Recherche - Membres - Calendrier
Version complète : re: bdd
Forum Webmaster - Ton Webmaster > Conception de sites > Programmation
denf
voici une table mysql,a quoi fait refrence la ligne (1)?



CREATE TABLE light_forum_tbl (

id int(11) NOT NULL auto_increment,

nom varchar(255) NOT NULL,

email varchar(255) NOT NULL,

date_verif datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,

date varchar(10) NOT NULL,

heure varchar(5) NOT NULL,

texte text NOT NULL,

reponse_a_id int(11) NOT NULL,

addr varchar(255) NOT NULL,

lect int(11) NOT NULL,

titre varchar(255) DEFAULT '- no title -' NOT NULL,

PRIMARY KEY (id),

KEY id (id), (1)

UNIQUE id_2 (id)

);
Tenss59
Réponse là : http://www.tenss.net/forum/gotopost.php?fo...orumid=3&id=875
Tenss59
Réponse là : http://www.tenss.net/forum/gotopost.php?fo...orumid=3&id=875
C\'est une version "bas débit" de notre forum. Pour voir la version complète avec plus d\'information, la mise en page et les images, veuillez cliquez ici.
Invision Power Board © 2001-2012 Invision Power Services, Inc.