Files
workparking/prisma/migrations/20260417182328_add_email_to_leads/migration.sql
deonisii 4f67bca4be
All checks were successful
Auto Deploy / deploy (push) Successful in 1m7s
add crm auth, email, status update and search
2026-04-17 21:29:14 +03:00

3 lines
62 B
SQL

-- AlterTable
ALTER TABLE "Lead" ADD COLUMN "email" TEXT;