Files
CoreControl/prisma/migrations/20250423190419_test_notification/migration.sql

8 lines
178 B
MySQL
Raw Normal View History

-- CreateTable
CREATE TABLE "test_notification" (
"id" SERIAL NOT NULL,
"notificationId" INTEGER NOT NULL,
CONSTRAINT "test_notification_pkey" PRIMARY KEY ("id")
);