fix: target_column_valueの桁も併せた

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-10-24 17:57:35 +09:00
parent 67732d23b5
commit c272d74499

View File

@ -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;