init
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
CREATE TABLE "Note" (
|
||||
"id" SERIAL NOT NULL,
|
||||
"name" TEXT NOT NULL,
|
||||
"content" TEXT NOT NULL,
|
||||
|
||||
CONSTRAINT "Note_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
);
|
||||
Reference in New Issue
Block a user