Created
February 10, 2020 02:09
-
-
Save cthomaschase/d3f924b4483508602178cf95c1b040c1 to your computer and use it in GitHub Desktop.
Revisions
-
cthomaschase created this gist
Feb 10, 2020 .There are no files selected for viewing
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 charactersOriginal 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, );