Skip to content

Instantly share code, notes, and snippets.

@cthomaschase
Created February 10, 2020 02:09
Show Gist options
  • Select an option

  • Save cthomaschase/d3f924b4483508602178cf95c1b040c1 to your computer and use it in GitHub Desktop.

Select an option

Save cthomaschase/d3f924b4483508602178cf95c1b040c1 to your computer and use it in GitHub Desktop.

Revisions

  1. cthomaschase created this gist Feb 10, 2020.
    5 changes: 5 additions & 0 deletions coa.sql
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    CREATE TABLE coa (
    id uuid PRIMARY KEY NOT NULL,
    parentId uuid NOT NULL,
    name VARCHAR(255) NOT NULL,
    );