3,765
回編集
差分
→途中から変更する場合のmigrate追加
end</nowiki>
=== 途中から変更する場合のmigrate追加 途中からUUIDに変更する場合 ===migrationファイル追加 <nowiki> % rails generate migration enable_extension_for_uuid % rails generate migration change_user_id_type_to_uuid % rails destroy migration change_user_id_type_to_uuid % rails generate migration change_users_id_type_to_uuid % rails generate migration change_notes_id_type_to_uuid % rails generate migration change_lists_id_type_to_uuid % rails generate migration change_clients_id_type_to_uuid % rails generate migration change_others_id_type_to_uuid</nowiki>
== generate ==