- [1.x] Refactors the code.
- [1.x] Adds the
graceful
option to the command.
- [1.x] Adds the ability to pass more options to the command.
- [1.x] Refactors the code.
- [1.x] Fixes the issue of creating an exception for the table that does not own migration files.
- [1.x] Re-enables the foreign key constraints after dropping the tables.
- [1.x] Updates the approach of getting the database tables.
- [1.x] Fixes the compatibility issue between
Laravel-v.11
andDoctrine
. - [1.x] Adds the
laravel/framework
to therequire
key. - [1.x] Adds the
ext-pdo
to therequire
key. - [1.x] Removes the
doctrine/dbal
from therequire
key. - [1.x] Removes the
illuminate/support
from therequire
key. - [1.x] Removes the
illuminate/console
from therequire
key.
- [1.x] Updates the
authors
key. - [1.x] Removes the
illuminate/database
from therequire
key. - [1.x] Updates the
funding
key.
- [1.x] Improves the comments.
- [1.x] Removes the additional components.
- [1.x] Improves the comments.
- [1.x] Improves the way of guessing the database info.
- [1.x] Updates the existing comments above each functionality.
- [1.x] Adds a new comment section above the functionality of dropping the tables.
- [1.x] Fixes the issue of overriding the tables that should not be dropped.
- [1.x] Updates the DocBlocks.
- [1.x] Refactors the code.
- [1.x] Fixes the old and faulty approach of retrieving the database tables.
- [1.x] Updates the DocBlocks.
- [1.x] Refactors the code.
- [1.x] Fixes the issue of retrieving a list of tables in different databases.
- [1.x] Adds the
doctrine/dbal
to therequire
key. - [1.x] Adds the
illuminate/database
to therequire
key. - [1.x] Upgrades the
require
key list. - [1.x] Refactors the code.