Commit 35881573 authored by Claudio Zizza's avatar Claudio Zizza

Add info about columns and indexes completeness

parent 7f14180b
......@@ -309,7 +309,7 @@ for event listeners.
$conn = DriverManager::getConnection($connectionParams, null, $evm);
It allows you to access the table column definitions of the current database, table name, Platform and
``Doctrine\DBAL\Connection`` instance.
``Doctrine\DBAL\Connection`` instance. Columns, that are about to be added, are not listed.
OnSchemaIndexDefinition Event
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
......@@ -336,4 +336,4 @@ for event listeners.
$conn = DriverManager::getConnection($connectionParams, null, $evm);
It allows you to access the table index definitions of the current database, table name, Platform and
``Doctrine\DBAL\Connection`` instance.
``Doctrine\DBAL\Connection`` instance. Indexes, that are about to be added, are not listed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment