Created
October 21, 2020 06:17
-
-
Save imidsac/fae15b2d4cb170b70decc39fccab6b3b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSERT INTO public.brands (id, brand_name, brand_name_short, created_at, updated_at) VALUES (2, 'Sanily', null, '2020-10-11 08:16:18.000000', '2020-10-11 08:16:23.000000'); | |
INSERT INTO public.brands (id, brand_name, brand_name_short, created_at, updated_at) VALUES (3, 'Djakarta', null, '2020-10-11 08:16:27.000000', '2020-10-11 08:16:30.000000'); | |
INSERT INTO public.brands (id, brand_name, brand_name_short, created_at, updated_at) VALUES (4, 'CG', null, '2020-10-11 08:16:32.000000', '2020-10-11 08:16:34.000000'); | |
INSERT INTO public.brands (id, brand_name, brand_name_short, created_at, updated_at) VALUES (5, 'Haoujue', null, '2020-10-11 08:16:36.000000', '2020-10-11 08:16:38.000000'); | |
INSERT INTO public.brands (id, brand_name, brand_name_short, created_at, updated_at) VALUES (6, 'X-one', null, '2020-10-11 08:16:39.000000', '2020-10-11 08:16:41.000000'); | |
INSERT INTO public.brands (id, brand_name, brand_name_short, created_at, updated_at) VALUES (7, 'Nokia', null, '2020-10-11 08:16:43.000000', '2020-10-11 08:16:45.000000'); | |
INSERT INTO public.brands (id, brand_name, brand_name_short, created_at, updated_at) VALUES (8, 'Samsung', null, '2020-10-11 08:16:46.000000', '2020-10-11 08:16:48.000000'); | |
INSERT INTO public.brands (id, brand_name, brand_name_short, created_at, updated_at) VALUES (9, 'Apple', null, '2020-10-11 08:16:50.000000', '2020-10-11 08:16:52.000000'); | |
INSERT INTO public.brands (id, brand_name, brand_name_short, created_at, updated_at) VALUES (10, 'Toshiba', null, '2020-10-11 08:16:54.000000', '2020-10-11 08:16:56.000000'); | |
INSERT INTO public.brands (id, brand_name, brand_name_short, created_at, updated_at) VALUES (11, 'Life is Good', 'LG', '2020-10-11 08:16:58.000000', '2020-10-11 08:17:00.000000'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment