Rails 5.1: Primary Key is not a BIGINT · Issue #28386 · rails/rails
Expected behavior Using rails 5.1.beta1 and mysql2, migrations should use BIGINT as primary key integers by default. -> #26266 Actual behavior Still my primary keys are all 4-bit integers. Steps to...