Files
elcaribe/desarrollo2/temp/ZUkGbfNE2v/addons/affiliate_system/sql/1.1.sql
2023-08-23 17:33:44 -04:00

3 lines
218 B
SQL

INSERT INTO `affiliate_options` (`id`, `type`, `details`, `percentage`, `status`, `created_at`, `updated_at`) VALUES (NULL, 'category_wise_affiliate', NULL, '0', '0', current_timestamp(), current_timestamp());
COMMIT;