From b7f5af1f4b6691052bb3e77968a478ff27696095 Mon Sep 17 00:00:00 2001 From: dujinkim Date: Wed, 28 May 2025 00:33:50 +0000 Subject: (대표님 / 최겸) 스키마 변경사항 및 마이그레이션 커밋 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations/0072_lumpy_speed.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 db/migrations/0072_lumpy_speed.sql (limited to 'db/migrations/0072_lumpy_speed.sql') diff --git a/db/migrations/0072_lumpy_speed.sql b/db/migrations/0072_lumpy_speed.sql new file mode 100644 index 00000000..355eedb0 --- /dev/null +++ b/db/migrations/0072_lumpy_speed.sql @@ -0,0 +1,2 @@ +ALTER TABLE "vendor_pq_submissions" ADD COLUMN "pq_number" varchar(50) NOT NULL;--> statement-breakpoint +ALTER TABLE "vendor_pq_submissions" ADD CONSTRAINT "vendor_pq_submissions_pq_number_unique" UNIQUE("pq_number"); \ No newline at end of file -- cgit v1.2.3