1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

Doctrine 2.4 now supports SQLite ALTER TABLE

This commit is contained in:
Mateo Tibaquirá Palacios 2013-12-11 00:07:07 -05:00
parent 2cccb3cc62
commit 3669321161

View file

@ -218,8 +218,7 @@ Or use the update functionality:
The updating of databases uses a Diff Algorithm for a given
Database Schema, a cornerstone of the ``Doctrine\DBAL`` package,
which can even be used without the Doctrine ORM package. However
its not available in SQLite since it does not support ALTER TABLE.
which can even be used without the Doctrine ORM package.
Starting with the Product
-------------------------