init
This commit is contained in:
7
prisma/migrations/20220407132919_init/migration.sql
Normal file
7
prisma/migrations/20220407132919_init/migration.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "Note" (
|
||||
"id" SERIAL NOT NULL,
|
||||
"name" TEXT NOT NULL,
|
||||
|
||||
CONSTRAINT "Note_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
Reference in New Issue
Block a user