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