3 lines
74 B
MySQL
3 lines
74 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "Employee" ADD COLUMN "selectedImage" TEXT;
|