migration.sql 201 B

12345678
  1. /*
  2. Warnings:
  3. - You are about to drop the column `reportId` on the `Appointment` table. All the data in the column will be lost.
  4. */
  5. -- AlterTable
  6. ALTER TABLE "Appointment" DROP COLUMN "reportId";