INSERT INTO `balances` (`id`, `shop_id`, `admin_commission_rate`, `total_earnings`, `withdrawn_amount`, `current_balance`, `payment_info`, `created_at`, `updated_at`) VALUES (1, 1, 10, 0, 0, 0, '{\"bank\": \"test bank\", \"name\": \"chawkbazar\", \"email\": \"shop_owner@demo.com\", \"account\": 53415435}', '2021-10-09 16:24:30', '2021-10-09 16:39:44'), (2, 2, 10, 14562, 7850, 6712, '{\"bank\": \"vendor bank\", \"name\": \"vendor\", \"email\": \"vendor@demo.com\", \"account\": 6523498651}', '2021-10-09 16:57:34', '2021-11-28 08:51:12');