Max Richter
9d4d67f086
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s
11 lines
205 B
SQL
11 lines
205 B
SQL
CREATE TABLE "nodes" (
|
|
"id" serial NOT NULL,
|
|
"content" "bytea" NOT NULL,
|
|
"definition" json NOT NULL
|
|
);
|
|
--> statement-breakpoint
|
|
CREATE TABLE "users" (
|
|
"id" serial PRIMARY KEY NOT NULL,
|
|
"name" text
|
|
);
|