Authors: Jake Moffatt
License: MIT
Summary: Rails 8 (PR #53281) sorts schema.rb columns alphabetically. That breaks
db:schema:load parity with production, Postgres column-alignment padding,
add_column :after/:before, and bulk-import pipelines that depend on
SELECT * column...