Files
Chromacase/back/prisma/migrations/20221024161556_dev/migration.sql
2022-10-26 17:25:58 +09:00

9 lines
238 B
SQL

/*
Warnings:
- A unique constraint covering the columns `[name]` on the table `Album` will be added. If there are existing duplicate values, this will fail.
*/
-- CreateIndex
CREATE UNIQUE INDEX "Album_name_key" ON "Album"("name");