SET AUTOCOMMIT = 0; START TRANSACTION; ALTER TABLE `katao_product` ADD `authorize_decimal` INTEGER(1) default 0 AFTER `unit_price_euro`; COMMIT;