From c272d74499ba2cfdb77f2f5482a7550ba675c1c2 Mon Sep 17 00:00:00 2001 From: "shimoda.m@nds-tyo.co.jp" Date: Tue, 24 Oct 2023 17:57:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20target=5Fcolumn=5Fvalue=E3=81=AE?= =?UTF-8?q?=E6=A1=81=E3=82=82=E4=BD=B5=E3=81=9B=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stored_procedure/internal02/get_distribution_to_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rds_mysql/stored_procedure/internal02/get_distribution_to_schema.sql b/rds_mysql/stored_procedure/internal02/get_distribution_to_schema.sql index 3e4ee7f8..60c51d7f 100644 --- a/rds_mysql/stored_procedure/internal02/get_distribution_to_schema.sql +++ b/rds_mysql/stored_procedure/internal02/get_distribution_to_schema.sql @@ -10,7 +10,7 @@ BEGIN -- other振分先蓄積スキーマ DECLARE distribution_schema_other VARCHAR(20) DEFAULT NULL; -- 振分判断項目値 - DECLARE value_from_column_value VARCHAR(64) DEFAULT NULL; + DECLARE value_from_column_value VARCHAR(100) DEFAULT NULL; -- 振分先蓄積スキーマ DECLARE value_to_schema VARCHAR(20) DEFAULT NULL;