1
0

More than 1 year has passed since last update.

rails migrate リセット(reset)できないのを解消する Windows SQLite3

Last updated at Posted at 2021-10-24

エラー

Windowsでsqlite3をつかってると、migrateのリセットができない

rails db:migrate:reset
# →エラー

解決法

コードエディターでdb/development.sqlit3(これがDB本体)を削除
image.png

rails db:migrate

以上でデータベース(development.sqlit3)が作り直される
再度、新しく作られていれば問題ない

※ユーザーなどのデータも全てリセットされるので、新規登録が必要になる

1
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
1
0