Files
AnnasRechnungsManager/prisma/migrations/20260311212434_remove_vatid_from_customer/migration.sql
T

9 lines
191 B
SQL

/*
Warnings:
- You are about to drop the column `vatId` on the `customers` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE `customers` DROP COLUMN `vatId`;