1
0
mirror of synced 2025-02-10 01:09:26 +03:00

Update tools.rst

This commit is contained in:
Aaron Merryman 2016-03-23 18:54:20 -07:00
parent c1943624ab
commit b3df49b2f3

View File

@ -205,7 +205,7 @@ tables of the current model to clean up with orphaned tables.
You can also use database introspection to update your schema You can also use database introspection to update your schema
easily with the ``updateSchema()`` method. It will compare your easily with the ``updateSchema()`` method. It will compare your
existing database schema to the passed array of existing database schema to the passed array of
``ClassMetdataInfo`` instances. ``ClassMetadataInfo`` instances.
.. code-block:: php .. code-block:: php