3 lines
78 B
MySQL
3 lines
78 B
MySQL
|
|
-- AlterTable
|
||
|
|
ALTER TABLE "Document" ADD COLUMN "deletedAt" TIMESTAMP(3);
|