Files
kycnotme/web/prisma/migrations/20250618081020_add_operating_since/migration.sql

3 lines
82 B
MySQL
Raw Normal View History

2025-06-24 14:30:07 +00:00
-- AlterTable
ALTER TABLE "Service" ADD COLUMN "operatingSince" TIMESTAMP(3);