-- SIM-Karte bekommt ein optionales `isEsim`-Flag – Hardware-Plastikkarte -- vs. eSIM-Profil. UI-Position: zwischen "Hauptkarte" und "Multisim". -- -- IF NOT EXISTS macht den Re-Deploy auf Prod sicher, falls jemand schon -- `prisma db push` gefahren hat. ALTER TABLE `SimCard` ADD COLUMN IF NOT EXISTS `isEsim` BOOLEAN NOT NULL DEFAULT false;