feat: upload and select multiple image

This commit is contained in:
Methapon Metanipat 2024-09-10 09:56:46 +07:00
parent 5a50ab209d
commit ed832148fc
4 changed files with 78 additions and 24 deletions

View file

@ -0,0 +1,2 @@
-- AlterTable
ALTER TABLE "Customer" ADD COLUMN "selectedImage" TEXT;