3 lines
73 B
MySQL
3 lines
73 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "Employee" ALTER COLUMN "nrcNo" DROP NOT NULL;
|