I've read through a lot of articles discussing how to use BIGINT
as primary keys in Rails, but it seems like all of them are outdated.
How can I use BIGINT's for my primary keys, preferrably by just setting this globally. (i am aware of the differences in performance)
Things I've tried:
- http://www.mccartie.com/2016/12/05/rails-5.1.html
- https://moeffju.net/blog/bigints-in-rails-as-primary-keys
- and a lot more I cannot remember