3 lines
77 B
MySQL
3 lines
77 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "Employee" ADD COLUMN "otherNationality" TEXT;
|