jws-backend/prisma/migrations/20250513084929_add/migration.sql
Kanjana 897ef335b4
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s
add notification expireDate passport, visa
2025-05-14 09:28:57 +07:00

3 lines
196 B
SQL

-- AlterTable
ALTER TABLE "QuotationWorker" ADD COLUMN "createdAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
ADD COLUMN "updatedAt" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;