0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

覚えたことシリーズ2

Posted at

Migrations are pending. To resolve this issue, run: bin/rails db:migrate RAILS_ENV=development
のエラーが出たら、migrationが保留中という意味
→ rails db:migrate をターミナルで実行
これでダメなら
→rails db:create
rails db:migrate
rails s を実行

このエラーの理由:rails g model ~の後にmigrationを実行していない
マイグレーション:データベースのテーブルを設計すること
モデルを作ったら、マイグレーションもセット

0
0
1

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?