6 lines
191 B
MySQL
6 lines
191 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "PhoneCall" ALTER COLUMN "createdAt" SET DEFAULT CURRENT_TIMESTAMP;
|
||
|
|
||
|
-- AlterTable
|
||
|
ALTER TABLE "PhoneNumber" ALTER COLUMN "createdAt" SET DEFAULT CURRENT_TIMESTAMP;
|