jws-backend/prisma/migrations/20240911063049_add_field/migration.sql

3 lines
74 B
MySQL
Raw Permalink Normal View History

2024-09-11 13:30:56 +07:00
-- AlterTable
ALTER TABLE "Employee" ADD COLUMN "selectedImage" TEXT;