diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-08 03:08:19 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-04-08 03:08:19 +0000 |
| commit | 9ceed79cf32c896f8a998399bf1b296506b2cd4a (patch) | |
| tree | f84750fa6cac954d5e31221fc47a54c655fc06a9 /db/migrations/0037_legal_pretty_boy.sql | |
| parent | 230ce796836c25df26c130dbcd616ef97d12b2ec (diff) | |
로그인 및 미들웨어 처리. 구조 변경
Diffstat (limited to 'db/migrations/0037_legal_pretty_boy.sql')
| -rw-r--r-- | db/migrations/0037_legal_pretty_boy.sql | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/db/migrations/0037_legal_pretty_boy.sql b/db/migrations/0037_legal_pretty_boy.sql deleted file mode 100644 index 603798fe..00000000 --- a/db/migrations/0037_legal_pretty_boy.sql +++ /dev/null @@ -1,9 +0,0 @@ -CREATE TABLE "tag_type_class_form_mappings" ( - "id" serial PRIMARY KEY NOT NULL, - "tag_type" varchar(50) NOT NULL, - "class" varchar(100) NOT NULL, - "form_code" varchar(50) NOT NULL, - "form_name" varchar(255) NOT NULL, - "created_at" timestamp with time zone DEFAULT now() NOT NULL, - "updated_at" timestamp with time zone DEFAULT now() NOT NULL -); |
