Tags: coderanger/phinx
Tags
Merge pull request cakephp#2224 from cakephp/table-nullable-type Allow Table::addColumn() to use type from Column object again
Ensure PostgresAdapter::useIdentity is always initialized (cakephp#2223)
Fix 2193 Postgres GENERATED ALWAYS (cakephp#2195) * Update the postgres generated clause to GENERATED BY DEFAULT to allow database seeding. * Copied insert statements from PdoAdapter and updated to include OVERRIDING SYSTEM VALUE to allow database seeding when a column was created with GENERATED ALWAYS. * Update PostgresAdapter unit tests with expected output. * Update PostgresAdapter unit tests with default generated clause. * Only override system value if Postgres version is greater than or equal to 10. * Add checks for Postgres version and coding standard fix. * Another Postgres version check.
Added config option to specify custom seeder template path to use (ca… …kephp#2146) * Added config option to specify custom seeder template path to use * Fixed codestyle problems * Fixed code review problems * Update src/Phinx/Config/Config.php Fixing Code-Review problems Co-authored-by: Mark Scherer <[email protected]> * Fixed code review problems * Fixed code review problems * Fixed code review problems Co-authored-by: Mark Scherer <[email protected]>
Fix defaultName deprecation warning on symfony/console 6.1 (cakephp#2107 )
PreviousNext