• 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
..
DBAL Loading commit data...