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.

10 lines
802 B

1 month ago
  1. INSERT INTO `attribute_values` (`id`, `attribute_id`, `value`, `meta`, `created_at`, `updated_at`) VALUES
  2. (8, 3, 'Red', '#FF0000', '2021-10-10 14:48:43', '2021-10-10 14:48:43'),
  3. (9, 3, 'Blue', '#0000FF', '2021-10-10 14:48:43', '2021-10-10 14:48:43'),
  4. (10, 3, 'Yellow', '#FFFF00', '2021-10-10 14:48:43', '2021-10-10 14:48:43'),
  5. (11, 2, 'Small', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
  6. (12, 2, 'Medium', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
  7. (13, 2, 'Large', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
  8. (14, 2, '7', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
  9. (15, 2, '8', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
  10. (16, 2, '9', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
  11. (17, 2, '10', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01');