All notable changes to laravel-migrate-fresh
will be documented in this file
- don't drop/create
:memory:
sqlite databases
- add command options
- improve command description
- use fqcn for facade imports
- fully qualify the Schema facade to avoid class name conflicts with un-namespaced classes
- add support for
used_schemas
parameter in the Postgres configuration
- moved table dropper creation code to
TableDropperFactory
- added support for MS SQL Server
- fixed bug where dropping of tables in mysql would crash if views were present
- added
DroppedTables
andDroppingTables
events
- added support for Sqlite
- added support for PostgreSQL
- initial release