[ Index ] |
|
Code source de e107 0.7.8 |
1 CREATE TABLE chatbox ( 2 cb_id int(10) unsigned NOT NULL auto_increment, 3 cb_nick varchar(30) NOT NULL default '', 4 cb_message text NOT NULL, 5 cb_datestamp int(10) unsigned NOT NULL default '0', 6 cb_blocked tinyint(3) unsigned NOT NULL default '0', 7 cb_ip varchar(15) NOT NULL default '', 8 PRIMARY KEY (cb_id) 9 ) TYPE=MyISAM;
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 |