CREATE TABLE presents (id int(11) NOT NULL PRIMARY KEY, version int(11) NOT NULL, isBought tinyint(1) NOT NULL) ALTER TABLE presents ADD COLUMN password varchar(127) NOT NULL DEFAULT '';