Created
September 16, 2016 12:59
-
-
Save uoxiu/3c2ae6ab07f83fa824c56d9f4797b8d6 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.regions (id, name, uri) VALUES (1, 'Asia', 'asia'); | |
INSERT INTO public.regions (id, name, uri) VALUES (2, 'Europe', 'europe'); | |
INSERT INTO public.regions (id, name, uri) VALUES (3, 'Africa', 'africa'); | |
INSERT INTO public.regions (id, name, uri) VALUES (4, 'Latin America', 'latin-america'); | |
INSERT INTO public.regions (id, name, uri) VALUES (5, 'Middle East', 'middle-east'); | |
INSERT INTO public.regions (id, name, uri) VALUES (6, 'Caribbean', 'caribbean'); | |
INSERT INTO public.regions (id, name, uri) VALUES (7, 'North America', 'north-america'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment