[ Index ] |
|
Code source de e107 0.7.8 |
1 CREATE TABLE linkwords ( 2 linkword_id INT(10) UNSIGNED NOT NULL auto_increment, 3 linkword_active tinyint(1) unsigned NOT NULL default '0', 4 linkword_word varchar(100) NOT NULL default '', 5 linkword_link varchar(150) NOT NULL default '', 6 PRIMARY KEY (linkword_id) 7 ) TYPE=MyISAM AUTO_INCREMENT=1;
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 01:23:32 2007 | par Balluche grâce à PHPXref 0.7 |