mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 17:14:15 +02:00
4 lines
150 B
SQL
4 lines
150 B
SQL
-- AlterTable
|
|
ALTER TABLE "Verify" ADD COLUMN "joinTime" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
|
ALTER COLUMN "startTime" DROP NOT NULL;
|