INSERT INTO `voucher` (`voucher_id`, `order_id`, `code`, `from_name`, `from_email`, `to_name`, `to_email`, `message`, `credit`, `status`, `created_at`) VALUES (1, 1, 'Test from', 'test voucher', 'test_from@test.com', 'Test to', 'test_to@test.com', 'test', 300.0000, 0, '2023-01-28 14:25:20');