Skip to content

Instantly share code, notes, and snippets.

@uoxiu
Created September 16, 2016 12:59
Show Gist options
  • Save uoxiu/3c2ae6ab07f83fa824c56d9f4797b8d6 to your computer and use it in GitHub Desktop.
Save uoxiu/3c2ae6ab07f83fa824c56d9f4797b8d6 to your computer and use it in GitHub Desktop.
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