/*
  Warnings:

  - A unique constraint covering the columns `[userId]` on the table `siswa` will be added. If there are existing duplicate values, this will fail.

*/
-- CreateIndex
CREATE UNIQUE INDEX "siswa_userId_key" ON "siswa"("userId");
