migrations
migrations copied to clipboard
Integration with Doctrine2's migrations package for Laravel
Hi, I'm trying to use the refresh command to rollback and migrate my database. I have a migration for a `password_resets` table. When I run the refresh command, internally it...
MigrateCommand in non-interactive mode exits with 1 error code when there are unavailable migrations
Hello, considering there is one row in database migration table and there are no migration files in code base, running ``` php artisan doctrine:migrations:migrate --no-interaction --force ``` outputs ``` WARNING!...
### Package version, Laravel version laravel/framework v5.4.28 The Laravel Framework. laravel-doctrine/orm 1.3.6 A Doctrine ORM bridge for Laravel 5 laravel-doctrine/migrations 1.1.5 Doctrine Migrations for Laravel ### Expected behaviour ``` php...
Hi, I'm using the lumen migrations for the failed_jobs table... So, I changed the name for the table to "migrations_doctrine" in the config file.. But now each time I try...
### Bug Report | Q | A |------------ | ------ | BC Break | no | laravel-doctrine/migrations version | 1.1.10 | Laravel Framework version | 5.6.25 | php version |...
Im having some issues upgrading from 2.x to 3.x. If I run schema:validate it says its not in sync. Running the schema:update says it wants to remove the migrations table?...