database: setup of prisma

This commit is contained in:
2024-03-19 01:45:24 -06:00
parent 2f3f2fd81e
commit 5654b5e15d
7 changed files with 183 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
/*
Warnings:
- A unique constraint covering the columns `[name]` on the table `GameSystem` will be added. If there are existing duplicate values, this will fail.
*/
-- CreateIndex
CREATE UNIQUE INDEX `GameSystem_name_key` ON `GameSystem`(`name`);