migrations icon indicating copy to clipboard operation
migrations copied to clipboard

Generate or migrate database changes via migrations.

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

### Expected and Actual Behavior > The `php vendor/bin/phalcon-migrations run` command fails with fatal type error. > "Fatal Error: Typed property Phalcon\Migrations\Version\IncrementalItem::$path must not be accessed before initialization" ### Details...

https://github.com/phalcon/migrations/blob/69c1ea982a94e13510201e642e408dea9d554539/src/Migrations.php#L734 This line should either be configurable dynamically or modified back to a value

The NFR format link isn't working so I'm going with the 'new issue' template. Regardless, this is a NFR to support migration generation with timestamp based versions. ### Expected and...

Hello! * Type: new feature * Link to issue: https://github.com/phalcon/migrations/issues/144 **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read and understood the...

**dynamic insert timestamp in the csv .dat file.** Hello! * Type: new feature **In raising this pull request, I confirm the following (please check boxes):** - [x] I have read...

I've overseen, that Phalcon migrations do not seem to support `ROW_FORMAT` option on creating tables. How can this be done (i.e. how to modify migration classes manually to change that...

NFR

It will be cool if we can add a default function value for the column ```php new Column( 'id', [ 'type' => Column::TYPE_CHAR, 'default' => "uuid_generate_v4()", 'notNull' => true, 'size'...

PostgreSQL
NFR

It will be good if its generate a const name of table instead of puting it directly at the morphTable because 1. A migrate file generated for unique table 2....

NFR

Currently all column comments are not passed into migrations.

NFR

Some actions points - [ ] Fix indentation - [ ] Add declare strict - [ ] Add namespace (#41) - [ ] Change class name

enhancement