migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Integration with Doctrine2's migrations package for Laravel

Results 16 migrations issues
Sort by recently updated
recently updated
newest added

forked from #134 related https://github.com/laravel-doctrine/orm/pull/575

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

Hello Please review this idea of providing new command `doctrine:migrations:queue-failed-table` that should replace the default `queue:failed-table`. Command generates migration for creation of `failed_jobs` used by the internal Laravel Queue package....

When I try to run "doctrine:migrations:refresh", the following error occurs: ``` Doctrine\DBAL\Exception\SyntaxErrorException : An exception occurred while executing 'DROP TABLE order': SQLSTATE[42000]: Syntax error or access violation: 1064 You have...

I get next error when try to do `pa doctrine:schema:update` ```txt The table with name 'new_ads_doctrine.proposals' already exists. at vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/SchemaException.php:112 ``` Customer: ```xml ``` Freelancer: ```xml ``` Job: ```xml ```...

Command `doctrine:migrations:generate` uses 'stubs' files as templates for generate migration classes. It would be nice to have support for create custom stubs. We need to add the same custom `postUp()`...

## Detailed Description Currently only the migration notes are displayed. But any other output from the base doctrine migrator won't be written to console. ## Context It would be nice...

I'm using zircote/swagger-php to create documentation of my project. They use doctrine/annotations to generate the documentation. I'm trying to find a way to use laravel-doctrine and zircote/swagger-php with annotations, and...

Package | Version ------------ | ------------- doctrine/annotations | v1.6.0 doctrine/dbal | v2.9.2 doctrine/migrations | v1.8.1 doctrine/orm | v2.6.3 laravel-doctrine/migrations | 1.2.0 laravel-doctrine/orm | 1.4.9 laravel/framework | v5.7.27 PostgreSQL | 9.6.11...