CREATE TABLE account ( account_number int(11) primary key NOT NULL AUTO_INCREMENT, balance float DEFAULT NULL ) Engine=InnoDB;