mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Prisma
This commit is contained in:
11
prisma/migrations/20250411144949_init/migration.sql
Normal file
11
prisma/migrations/20250411144949_init/migration.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "application" (
|
||||
"id" SERIAL NOT NULL,
|
||||
"name" TEXT NOT NULL,
|
||||
"description" TEXT,
|
||||
"icon" TEXT NOT NULL,
|
||||
"publicURL" TEXT NOT NULL,
|
||||
"localURL" TEXT,
|
||||
|
||||
CONSTRAINT "application_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
Reference in New Issue
Block a user