LoginSignup
0
0

More than 3 years have passed since last update.

Mysql2::Error: Table 'relationships' already exists

Posted at

スクリーンショット 2020-10-03 12.57.45.png

マイグレーションファイルを新規で作成し、rails db:migrateを行うと上記のエラーが出る。新規で作成したばかりのrelationshipsは既に存在しているためと怒られます。

以下の対応で解決しました。

スクリーンショット 2020-10-03 13.03.15.png
①DBを削除

スクリーンショット 2020-10-03 13.02.03.png

②DBを再作成

③rails db:migrateをしたところ解決

※デプロイなどしている場合には既に登録した内容も全て消えてしまうため、注意してください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0