1
edit
Changes
→2- Modifying Syntax
===2- Modifying Syntax ===
* <u><code> CREATE TABLE </code></u>
: File to configure: ''PostgreSQLSchemaManager.java''
:: 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]