ALTER TABLE `e_order` ADD `payment_intent` VARCHAR(255) NOT NULL AFTER `hub_codice`; ALTER TABLE `e_order` ADD INDEX( `payment_intent`);