mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
Server System
This commit is contained in:
10
prisma/migrations/20250412100552_server/migration.sql
Normal file
10
prisma/migrations/20250412100552_server/migration.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- CreateTable
|
||||
CREATE TABLE "server" (
|
||||
"id" SERIAL NOT NULL,
|
||||
"name" TEXT NOT NULL,
|
||||
"os" TEXT,
|
||||
"ip" TEXT,
|
||||
"url" TEXT,
|
||||
|
||||
CONSTRAINT "server_pkey" PRIMARY KEY ("id")
|
||||
);
|
||||
Reference in New Issue
Block a user