From e9897d416b3e7327bbd4d4aef887eee37751ae82 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Fri, 27 Jun 2025 01:16:20 +0000 Subject: (대표님) 20250627 오전 10시 작업사항 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/0167_clever_wolf_cub.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 db/migrations/0167_clever_wolf_cub.sql (limited to 'db/migrations/0167_clever_wolf_cub.sql') diff --git a/db/migrations/0167_clever_wolf_cub.sql b/db/migrations/0167_clever_wolf_cub.sql new file mode 100644 index 00000000..780c35f3 --- /dev/null +++ b/db/migrations/0167_clever_wolf_cub.sql @@ -0,0 +1,3 @@ +ALTER TABLE "users" ADD COLUMN "is_active" boolean DEFAULT true NOT NULL;--> statement-breakpoint +ALTER TABLE "users" ADD COLUMN "deactivated_at" timestamp with time zone;--> statement-breakpoint +ALTER TABLE "users" ADD COLUMN "deactivation_reason" varchar(50); \ No newline at end of file -- cgit v1.2.3