-- AlterTable
ALTER TABLE `wallet` ADD COLUMN `pendingBalance` DECIMAL(30, 10) NOT NULL DEFAULT 0.0;
