mirror of
https://github.com/Bigherollc/wticreatorstudio.git
synced 2026-01-16 19:05:08 -05:00
2 lines
230 B
SQL
2 lines
230 B
SQL
INSERT INTO `payment_methods` (`id`, `method`, `type`, `active_status`, `module_status`, `logo`, `created_by`, `updated_by`, `created_at`, `updated_at`) VALUES (NULL, 'Google Pay', 'System', '1', '0', NULL, '1', '1', NULL, NULL);
|