View Single Post
  #4  
Old 03-23-2003, 05:29 PM
r4zorfish
Fire Beetle
 
Join Date: Mar 2003
Posts: 2
Default

Thanks for the tip Trump. Can you please confirm that Im doing this right?

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

Thnks in advance
Reply With Quote