Skip to content

Instantly share code, notes, and snippets.

@cthomaschase
Created February 10, 2020 02:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cthomaschase/d3f924b4483508602178cf95c1b040c1 to your computer and use it in GitHub Desktop.
Save cthomaschase/d3f924b4483508602178cf95c1b040c1 to your computer and use it in GitHub Desktop.
CREATE TABLE coa (
id uuid PRIMARY KEY NOT NULL,
parentId uuid NOT NULL,
name VARCHAR(255) NOT NULL,
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment