2023-01-13 11:52:18 -06:00

3 lines
74 B
SQL

-- AlterTable
ALTER TABLE "Item" ADD COLUMN "deletedAt" TIMESTAMP(3);