-- AlterTable
ALTER TABLE `payment_submissions` ADD COLUMN `proof_of_payment` VARCHAR(191) NULL;
