Files
psp_api/prisma/migrations/20260211104648_init/migration.sql
T

9 lines
244 B
SQL
Raw Normal View History

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