alterColumns josdr_virtuemart_shipment_plg_pochtacalc from INT UNSIGNED NOT NULL AUTO_INCREMENT to id INT(1) UNSIGNED NOT NULL AUTO_INCREMENT FIRST
alterTable CHANGE josdr_virtuemart_shipment_plg_pochtacalc.id query ALTER TABLE `josdr_virtuemart_shipment_plg_pochtacalc` CHANGE COLUMN `id` `id` INT(1) UNSIGNED NOT NULL AUTO_INCREMENT FIRST
alterColumns josdr_virtuemart_shipment_plg_pochtacalc from INT UNSIGNED to virtuemart_order_id INT(11) UNSIGNED AFTER `id`
alterTable CHANGE josdr_virtuemart_shipment_plg_pochtacalc.virtuemart_order_id query ALTER TABLE `josdr_virtuemart_shipment_plg_pochtacalc` CHANGE COLUMN `virtuemart_order_id` `virtuemart_order_id` INT(11) UNSIGNED AFTER `id`
alterColumns josdr_virtuemart_shipment_plg_pochtacalc from MEDIUMINT UNSIGNED to virtuemart_shipmentmethod_id MEDIUMINT(1) UNSIGNED AFTER `order_number`
alterTable CHANGE josdr_virtuemart_shipment_plg_pochtacalc.virtuemart_shipmentmethod_id query ALTER TABLE `josdr_virtuemart_shipment_plg_pochtacalc` CHANGE COLUMN `virtuemart_shipmentmethod_id` `virtuemart_shipmentmethod_id` MEDIUMINT(1) UNSIGNED AFTER `order_number`
alterColumns josdr_virtuemart_shipment_plg_pochtacalc from DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP DEFAULT_GENERATED to created_on DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `shipment_period`
alterTable CHANGE josdr_virtuemart_shipment_plg_pochtacalc.created_on query ALTER TABLE `josdr_virtuemart_shipment_plg_pochtacalc` CHANGE COLUMN `created_on` `created_on` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `shipment_period`
alterColumns josdr_virtuemart_shipment_plg_pochtacalc from INT NOT NULL DEFAULT '0' to created_by INT(11) NOT NULL DEFAULT '0' AFTER `created_on`
alterTable CHANGE josdr_virtuemart_shipment_plg_pochtacalc.created_by query ALTER TABLE `josdr_virtuemart_shipment_plg_pochtacalc` CHANGE COLUMN `created_by` `created_by` INT(11) NOT NULL DEFAULT '0' AFTER `created_on`
alterColumns josdr_virtuemart_shipment_plg_pochtacalc from DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP DEFAULT_GENERATED to modified_on DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `created_by`
alterTable CHANGE josdr_virtuemart_shipment_plg_pochtacalc.modified_on query ALTER TABLE `josdr_virtuemart_shipment_plg_pochtacalc` CHANGE COLUMN `modified_on` `modified_on` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `created_by`
alterColumns josdr_virtuemart_shipment_plg_pochtacalc from INT NOT NULL DEFAULT '0' to modified_by INT(11) NOT NULL DEFAULT '0' AFTER `modified_on`
alterTable CHANGE josdr_virtuemart_shipment_plg_pochtacalc.modified_by query ALTER TABLE `josdr_virtuemart_shipment_plg_pochtacalc` CHANGE COLUMN `modified_by` `modified_by` INT(11) NOT NULL DEFAULT '0' AFTER `modified_on`
alterColumns josdr_virtuemart_shipment_plg_pochtacalc from DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP DEFAULT_GENERATED to locked_on DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `modified_by`
alterTable CHANGE josdr_virtuemart_shipment_plg_pochtacalc.locked_on query ALTER TABLE `josdr_virtuemart_shipment_plg_pochtacalc` CHANGE COLUMN `locked_on` `locked_on` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `modified_by`
alterColumns josdr_virtuemart_shipment_plg_pochtacalc from INT NOT NULL DEFAULT '0' to locked_by INT(11) NOT NULL DEFAULT '0' AFTER `locked_on`
alterTable CHANGE josdr_virtuemart_shipment_plg_pochtacalc.locked_by query ALTER TABLE `josdr_virtuemart_shipment_plg_pochtacalc` CHANGE COLUMN `locked_by` `locked_by` INT(11) NOT NULL DEFAULT '0' AFTER `locked_on`
alterColumns josdr_virtuemart_shipment_plg_postcalc from INT UNSIGNED NOT NULL AUTO_INCREMENT to id INT(1) UNSIGNED NOT NULL AUTO_INCREMENT FIRST
alterTable CHANGE josdr_virtuemart_shipment_plg_postcalc.id query ALTER TABLE `josdr_virtuemart_shipment_plg_postcalc` CHANGE COLUMN `id` `id` INT(1) UNSIGNED NOT NULL AUTO_INCREMENT FIRST
alterColumns josdr_virtuemart_shipment_plg_postcalc from INT UNSIGNED to virtuemart_order_id INT(11) UNSIGNED AFTER `id`
alterTable CHANGE josdr_virtuemart_shipment_plg_postcalc.virtuemart_order_id query ALTER TABLE `josdr_virtuemart_shipment_plg_postcalc` CHANGE COLUMN `virtuemart_order_id` `virtuemart_order_id` INT(11) UNSIGNED AFTER `id`
alterColumns josdr_virtuemart_shipment_plg_postcalc from MEDIUMINT UNSIGNED to virtuemart_shipmentmethod_id MEDIUMINT(1) UNSIGNED AFTER `order_number`
alterTable CHANGE josdr_virtuemart_shipment_plg_postcalc.virtuemart_shipmentmethod_id query ALTER TABLE `josdr_virtuemart_shipment_plg_postcalc` CHANGE COLUMN `virtuemart_shipmentmethod_id` `virtuemart_shipmentmethod_id` MEDIUMINT(1) UNSIGNED AFTER `order_number`
alterColumns josdr_virtuemart_shipment_plg_postcalc from DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP DEFAULT_GENERATED to created_on DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `shipment_period`
alterTable CHANGE josdr_virtuemart_shipment_plg_postcalc.created_on query ALTER TABLE `josdr_virtuemart_shipment_plg_postcalc` CHANGE COLUMN `created_on` `created_on` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `shipment_period`
alterColumns josdr_virtuemart_shipment_plg_postcalc from INT NOT NULL DEFAULT '0' to created_by INT(11) NOT NULL DEFAULT '0' AFTER `created_on`
alterTable CHANGE josdr_virtuemart_shipment_plg_postcalc.created_by query ALTER TABLE `josdr_virtuemart_shipment_plg_postcalc` CHANGE COLUMN `created_by` `created_by` INT(11) NOT NULL DEFAULT '0' AFTER `created_on`
alterColumns josdr_virtuemart_shipment_plg_postcalc from DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP DEFAULT_GENERATED to modified_on DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `created_by`
alterTable CHANGE josdr_virtuemart_shipment_plg_postcalc.modified_on query ALTER TABLE `josdr_virtuemart_shipment_plg_postcalc` CHANGE COLUMN `modified_on` `modified_on` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `created_by`
alterColumns josdr_virtuemart_shipment_plg_postcalc from INT NOT NULL DEFAULT '0' to modified_by INT(11) NOT NULL DEFAULT '0' AFTER `modified_on`
alterTable CHANGE josdr_virtuemart_shipment_plg_postcalc.modified_by query ALTER TABLE `josdr_virtuemart_shipment_plg_postcalc` CHANGE COLUMN `modified_by` `modified_by` INT(11) NOT NULL DEFAULT '0' AFTER `modified_on`
alterColumns josdr_virtuemart_shipment_plg_postcalc from DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP DEFAULT_GENERATED to locked_on DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `modified_by`
alterTable CHANGE josdr_virtuemart_shipment_plg_postcalc.locked_on query ALTER TABLE `josdr_virtuemart_shipment_plg_postcalc` CHANGE COLUMN `locked_on` `locked_on` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP AFTER `modified_by`
alterColumns josdr_virtuemart_shipment_plg_postcalc from INT NOT NULL DEFAULT '0' to locked_by INT(11) NOT NULL DEFAULT '0' AFTER `locked_on`
alterTable CHANGE josdr_virtuemart_shipment_plg_postcalc.locked_by query ALTER TABLE `josdr_virtuemart_shipment_plg_postcalc` CHANGE COLUMN `locked_by` `locked_by` INT(11) NOT NULL DEFAULT '0' AFTER `locked_on`