ALTER TABLE `supplierAccount` ADD `beneficiary` VARCHAR(50) NULL DEFAULT NULL AFTER `bankFk`; UPDATE supplierAccount SET beneficiary = `description`;