mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 09:24:13 +02:00
4 lines
158 B
SQL
4 lines
158 B
SQL
-- AlterTable
|
|
ALTER TABLE "Sus" ADD COLUMN "active" BOOLEAN NOT NULL DEFAULT true,
|
|
ADD COLUMN "time" TIMESTAMP(3) NOT NULL DEFAULT CURRENT_TIMESTAMP;
|