feat: initial backend store prototype
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s
Some checks failed
Deploy to GitHub Pages / build_site (push) Failing after 13s
This commit is contained in:
10
store/drizzle/0000_dark_squirrel_girl.sql
Normal file
10
store/drizzle/0000_dark_squirrel_girl.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
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
|
||||
);
|
||||
Reference in New Issue
Block a user