ActiveRecord::PendingMigrationError
Migrations are pending. To resolve this issue, run: rails db:migrate RAILS_ENV=development
http://localhost:3000/にアクセスすると上記のようなエラーが出てしまい、その下に『Run pending migrations』のボタンがあり、それを押すと下記の画面に切り替わります。
StandardError
An error has occurred, this and all later migrations canceled: SQLite3::SQLException: no such table: mycontacts
mycontactsというテーブルが存在しないというようなことが書いてあるのはわかりますが、その解決方法を教えてもらえませんか?