migrate orion repo into monorepo structure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE humans (
|
||||
id TEXT PRIMARY KEY,
|
||||
email VARCHAR(255) NOT NULL UNIQUE,
|
||||
created_at TIMESTAMPTZ DEFAULT NOW()
|
||||
);
|
||||
Reference in New Issue
Block a user