alterColumns josdr_virtuemart_shipment_plg_pochtacalc from DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP() 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 DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP() 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 DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP() 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_postcalc from DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP() 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 DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP() 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 DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP() 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`