active_record_doctor
active_record_doctor copied to clipboard
Ignore non-integer and non-uuid primary keys for short_primary_key_type
It is possible the user uses other types for primary keys, for example string username
for users
table, or client side generated uuid-like strings for some other tables, or external ids (like stripe_id
string) for stripe_users
table, etc.