Criar um Site Grátis Fantástico
Início

CREATE TABLE chatScript ( pk_Id int(10) unsigned NOT NULL auto_increment, theText varchar(100) NOT NULL default '', theNick varchar(20) NOT NULL default '', timestamp int(15) NOT NULL default '0', PRIMARY KEY (pk_Id), UNIQUE KEY id (pk_Id) ) TYPE=MyISAM;



ONLINE
1