• Robin Appelman's avatar
    Fix changing column from int to bigint with autoincrement · 754880b6
    Robin Appelman authored
    - SERIAL and BIGSERIAL are not true types and can't be used in ALTER TABLE expressions
    - When changing between int and bigint auto increment fields the default should no be dropped
      to preserve the link between the column and the sequence.
    754880b6
Name
Last commit
Last update
bin Loading commit data...
docs Loading commit data...
lib/Doctrine/DBAL Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.scrutinizer.yml Loading commit data...
.travis.yml Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
SECURITY.md Loading commit data...
UPGRADE.md Loading commit data...
build.properties Loading commit data...
build.xml Loading commit data...
composer.json Loading commit data...
phpcs.xml.dist Loading commit data...
phpunit.xml.dist Loading commit data...
run-all.sh Loading commit data...