CREATE TABLE datastore ( title CHAR(50) NOT NULL DEFAULT '', data MEDIUMTEXT, unserialize SMALLINT NOT NULL DEFAULT '0', PRIMARY KEY (title) );