For a complete representation of the current database you can use the `createSchema()` method which returns an instance of `Doctrine\DBAL\Schema\Schema`, which you can use in conjunction with the SchemaTool or Schema Comparator.
...
...
@@ -153,4 +155,13 @@ The `$sql` array should give you a sql query to drop the user table:
array(
0 => 'DROP TABLE user'
)
*/
\ No newline at end of file
*/
++ Quoting Identifiers
It is important to note that Doctrine DBAL does not automatically quote identifiers for you. You have to explicitly
quote your identifiers using the ``` character. This character is detected and translated into the appropriate
vendor specific identifier quotes by the Schema API of Doctrine 2. This explicit mechanism for quoting allows
much more flexibility in the internals of the Schema API. This is necessary because automatic identifier quoting