Use uuid for models

This commit is contained in:
navaneeth 2021-03-31 21:39:07 +05:30
parent ffa2fb03d1
commit 9908eb8b1d

View file

@ -0,0 +1,3 @@
Rails.application.config.generators do |g|
g.orm :active_record, primary_key_type: :uuid
end