mirror of
https://github.com/mosh-hamedani/helpdesk.git
synced 2026-05-21 11:58:19 +02:00
3 lines
74 B
SQL
3 lines
74 B
SQL
-- AlterTable
|
|
ALTER TABLE "user" ADD COLUMN "deletedAt" TIMESTAMP(3);
|