3 lines
74 B
MySQL
Raw Normal View History

2023-01-12 17:53:09 -06:00
-- AlterTable
ALTER TABLE "Item" ADD COLUMN "deletedAt" TIMESTAMP(3);