差分

移動先: 案内検索

Tep3-onk-2

61 バイト追加, 2023年5月9日 (火) 16:24
あとから外部キー制約を追加する手順
rails db:migrate
rails consoleを使用してhoge_idカラムの値をother_idカラムにコピーするhoge_idカラムの値をother_idカラムにコピーする UPDATE journals SET other_id = hoge_id; ローカルならrails consoleを使用して
Journal.update_all('other_id = hoge_id')

案内メニュー