Skip to content

Instantly share code, notes, and snippets.

@jeremyforan
Created January 3, 2023 21:32
Show Gist options
  • Save jeremyforan/3c3286ccde27a7a4fb4c9a9f5d9201d5 to your computer and use it in GitHub Desktop.
Save jeremyforan/3c3286ccde27a7a4fb4c9a9f5d9201d5 to your computer and use it in GitHub Desktop.
create schema dbo;
create extension ltree schema public;
create table dbo.earth (
id serial primary key,
node character varying(20),
name character varying(20)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment