fix: target_column_valueの桁も併せた
This commit is contained in:
parent
67732d23b5
commit
c272d74499
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user