3 Matching Annotations
- Aug 2023
-
edgeguides.rubyonrails.org edgeguides.rubyonrails.org
-
If you are using UUIDs instead of integers as the primary key on your models, you should set Rails.application.config.generators { |g| g.orm :active_record, primary_key_type: :uuid } in a config file.
-
- Apr 2022
-
-
Added option --uuid when generating new migration. This can be used to set the type of item_id column to uuid for use with paper_trail on a database that uses uuid as primary key.
-
- Apr 2020
-
github.com github.com
Tags
Annotators
URL
-