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