jws-backend/prisma/migrations/20240909075832_add_select_image_field/migration.sql

3 lines
72 B
MySQL
Raw Permalink Normal View History

2024-09-09 14:58:42 +07:00
-- AlterTable
ALTER TABLE "Branch" ADD COLUMN "selectedImage" TEXT;