PostGre support
-
Added support for PostGreSQL
- Migrations for indexes and changing columns will have to be done by custom SQL queries in the Migration class.
-
Now supports SQLite insertOrIgnore and insertOrUpdate for the Record class
-
Added more unit tests
-
Porting to V3 from V2
- \PHPFUI\ORM\Migration::alterColumn takes only 3 parameters and does not rename the column. Use renameColumn instead.