Doctrine 2.4 now supports SQLite ALTER TABLE
This commit is contained in:
parent
2cccb3cc62
commit
3669321161
1 changed files with 1 additions and 2 deletions
|
@ -218,8 +218,7 @@ Or use the update functionality:
|
||||||
|
|
||||||
The updating of databases uses a Diff Algorithm for a given
|
The updating of databases uses a Diff Algorithm for a given
|
||||||
Database Schema, a cornerstone of the ``Doctrine\DBAL`` package,
|
Database Schema, a cornerstone of the ``Doctrine\DBAL`` package,
|
||||||
which can even be used without the Doctrine ORM package. However
|
which can even be used without the Doctrine ORM package.
|
||||||
its not available in SQLite since it does not support ALTER TABLE.
|
|
||||||
|
|
||||||
Starting with the Product
|
Starting with the Product
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
Loading…
Add table
Reference in a new issue