chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE "users" (
|
||||
id serial PRIMARY KEY,
|
||||
name text NOT NULL,
|
||||
verified boolean NOT NULL DEFAULT false,
|
||||
jsonb jsonb,
|
||||
created_at timestamptz NOT NULL DEFAULT now()
|
||||
);
|
||||
Reference in New Issue
Block a user