nodes/store/drizzle/0000_dark_squirrel_girl.sql

11 lines
205 B
MySQL
Raw Normal View History

2024-12-17 18:15:21 +01:00
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
);