3 lines
86 B
MySQL
3 lines
86 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "Service" ALTER COLUMN "operatingSince" SET DATA TYPE DATE;
|