1
edit
Changes
→DATA DEFINITION LANGUAGE _ DDL
== DATA DEFINITION LANGUAGE _ DDL ==
=== CREATING SCHEMA -- ''PostgreSQLSchemaManager.java''===
* List of Files needed to be modified *
:src- [[ PostgreSQL_Adapter-nexj/SchemaManger | PostgreSQLSchemaManager.java ]] --- ([[SchemaBackup]]) // Extends SQLSchemaManager.java - class for reading, creating and upgrading the database schema
: Script - scripts are being processed through SQLDataTest.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.