• R
    Correctly dump integer-like primary key with default nil · 605837a6
    Ryuta Kamizono 提交于
    The PR #27384 changed integer-like primary key to be autoincrement
    unless an explicit default. This means that integer-like primary key is
    restored as autoincrement unless dumping the default nil explicitly.
    We should dump integer-like primary key with default nil correctly.
    605837a6
schema_dumper.rb 3.3 KB