Ошибка SQL-запроса All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead

Если при установке Prestashop Вы получаете ошибку «Ошибка SQL-запроса All parts of a PRIMARY KEY must be NOT NULL; if you need NULL in a key, use UNIQUE instead», то нужноВ файле prestashop\install\data\db_structure.sql изменить строку:

`id_product_attribute` int(10) unsigned DEFAULT NULL,

на

`id_product_attribute` int(10) unsigned DEFAULT '0',

Ссылки:

http://stackoverflow.com/questions/36131617/prestashop-install-on-wamp-error-create-database-tables