Unable to use varchar(n char) or varchar(n byte) in multi db update

Currently, varchar(n byte) and varchar(n char) are supported and work correctly for Oracle. Other databases (such aas PostgreSQL) do not support this however. When generating SQL for other databases liquibase should remove the byte/char. As it stands, we have to use separate updates in order to use this with Oracle.