-- Global data type mapping file

-- source_datatype(length, scale), target_datatype

-- Examples (uncomment by removing the leading --)
-- NUMERIC(*, 0), INTEGER
-- NUMBER(10,0), INT
-- NUMBER,BIGINT

-- VARCHAR2(4000), TEXT
-- VARCHAR2(*), NVARCHAR(*)