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.
11 lines
802 B
11 lines
802 B
INSERT INTO `attribute_values` (`id`, `attribute_id`, `value`, `meta`, `created_at`, `updated_at`) VALUES
|
|
(8, 3, 'Red', '#FF0000', '2021-10-10 14:48:43', '2021-10-10 14:48:43'),
|
|
(9, 3, 'Blue', '#0000FF', '2021-10-10 14:48:43', '2021-10-10 14:48:43'),
|
|
(10, 3, 'Yellow', '#FFFF00', '2021-10-10 14:48:43', '2021-10-10 14:48:43'),
|
|
(11, 2, 'Small', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
|
|
(12, 2, 'Medium', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
|
|
(13, 2, 'Large', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
|
|
(14, 2, '7', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
|
|
(15, 2, '8', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
|
|
(16, 2, '9', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01'),
|
|
(17, 2, '10', NULL, '2021-11-28 12:11:01', '2021-11-28 12:11:01');
|