flyerhzm / rails_best_practices

a code metric tool for rails projects
http://rails-bestpractices.com
MIT License
4.16k stars 276 forks source link

Add bigint to AlwaysAddDbIndexReview #347

Closed r-uchida13 closed 5 years ago

r-uchida13 commented 5 years ago

Default primary key is bigint since rails 5.1(https://github.com/rails/rails/pull/26266), When reviewing schema.rb, I also want to include bigint.