mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Add test_notification model to Prisma schema
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "test_notification" (
|
||||
"id" SERIAL NOT NULL,
|
||||
"notificationId" INTEGER NOT NULL,
|
||||
|
||||
CONSTRAINT "test_notification_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
Reference in New Issue
Block a user