/*
  Warnings:

  - You are about to drop the column `no` on the `siswa` table. All the data in the column will be lost.

*/
-- DropIndex
DROP INDEX "siswa_no_key";

-- AlterTable
ALTER TABLE "siswa" DROP COLUMN "no";
