kidshift-be/prisma/migrations/20240619063137_active_code_make_unique/migration.sql
2024-06-19 15:31:58 +09:00

9 lines
268 B
SQL

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