1
edit
Changes
→CREATING SCHEMA
: Script - scripts are being processed through SQLDataTest.java
=== CREATING SCHEMA ''PostgreSQLSchemaManager.java''===
** <u><code> CREATE TABLE </code></u>
:: 1- DATA TYPE: data types are changed in '''''<code> appendColumnType() </code>''''' based on each jdbc type's equivalent in PostgreSQL.
:::*[http://db.apache.org/ddlutils/databases/postgresql.html mapping JDBC data types to PostgreSQL data types]