-- AlterTable
ALTER TABLE `transactions` ADD COLUMN `approval_comment` VARCHAR(500) NULL,
    ALTER COLUMN `transaction_date` DROP DEFAULT;
