CREATE TABLE arquivos ( id int(10) unsigned NOT NULL auto_increment, tipo varchar(20) NOT NULL, arquivo longblob NOT NULL, PRIMARY KEY (id) )