View Single Post
  #12  
Old 04-16-2003, 09:21 AM
Brujah
Fire Beetle
 
Join Date: May 2002
Posts: 0
Default

This

CREATE TABLE items (
id int(11) NOT NULL default '0',
raw_data blob,
PRIMARY KEY (id)
) TYPE=MyISAM;


Yes i have this
Reply With Quote