Files
erp-system/prisma/migrations/20260519094700_add_customer_password/migration.sql
T
2026-05-20 18:58:23 +00:00

3 lines
73 B
SQL

-- AlterTable
ALTER TABLE "Customer" ADD COLUMN "passwordHash" TEXT;