Files
2026-04-17 00:16:31 +07:00

3 lines
72 B
SQL

-- AlterTable
ALTER TABLE "Trip" ADD COLUMN "endDate" TIMESTAMP(3);