1 2 3 4
CREATE TABLE `images` ( `id` int (10) NOT NULL AUTO_INCREMENT PRIMARY KEY, `name` char (50) NOT NULL )ENGINE=InnoDB;