From 9ceed79cf32c896f8a998399bf1b296506b2cd4a Mon Sep 17 00:00:00 2001 From: dujinkim Date: Tue, 8 Apr 2025 03:08:19 +0000 Subject: 로그인 및 미들웨어 처리. 구조 변경 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/migrations_backup/0042_panoramic_daimon_hellstrom.sql | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 db/migrations_backup/0042_panoramic_daimon_hellstrom.sql (limited to 'db/migrations_backup/0042_panoramic_daimon_hellstrom.sql') diff --git a/db/migrations_backup/0042_panoramic_daimon_hellstrom.sql b/db/migrations_backup/0042_panoramic_daimon_hellstrom.sql new file mode 100644 index 00000000..83288796 --- /dev/null +++ b/db/migrations_backup/0042_panoramic_daimon_hellstrom.sql @@ -0,0 +1,12 @@ +CREATE TABLE "view_tag_subfields" ( + "id" integer PRIMARY KEY NOT NULL, + "tag_type_code" varchar(50) NOT NULL, + "tag_type_description" text, + "attributes_id" varchar(50) NOT NULL, + "attributes_description" text NOT NULL, + "expression" text, + "delimiter" varchar(10), + "sort_order" integer DEFAULT 0 NOT NULL, + "created_at" timestamp with time zone, + "updated_at" timestamp with time zone +); -- cgit v1.2.3