Visitenbuch/prisma/migrations/20240124204635_patient_hidden/migration.sql

3 lines
89 B
SQL

-- AlterTable
ALTER TABLE "patients"
ADD COLUMN "hidden" BOOLEAN NOT NULL DEFAULT FALSE;