You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2 lines
291 B

1 month ago
  1. INSERT INTO `shipping_classes` (`id`, `name`, `amount`, `is_global`, `type`, `created_at`, `updated_at`) VALUES
  2. (1, 'Global', 50, '1', 'fixed', '2021-10-25 05:06:16', '2021-10-25 05:06:16'),
  3. (2, 'Free Shippping To USA', 3, '1', 'free_shipping', '2021-11-28 07:36:37', '2021-11-28 07:37:22');