LoginSignup
0
0

More than 1 year has passed since last update.

マイグレーションエラーについて

Last updated at Posted at 2021-11-24

railsでデータベースを用意する際に、

$ rails generate scaffold ・・・

コマンドなどでマイグレーションファイルを作成した後、

$  rails db:migrate

でデータベースの変更を反映しないと、
ActiveRecord::PendingMigrationError
マイグレーションエラーとなってしまいます。
2021-11-25.png

忘れないようにしましょう。
(偉そうにすみません。自分が忘れていたので。)

以上

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