3 lines
70 B
MySQL
3 lines
70 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "Timer" ALTER COLUMN "start" DROP NOT NULL;
|